Skip to content

Commit

Permalink
libwacom: 1.99.1 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Feb 15, 2022
1 parent afc666d commit b076bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libwacom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

stdenv.mkDerivation rec {
pname = "libwacom";
version = "1.99.1";
version = "2.0.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "linuxwacom";
repo = "libwacom";
rev = "libwacom-${version}";
sha256 = "sha256-WGW/4m+BTe6dEigUcuUIZjoTeamInW6zrtrlaqKM6Js=";
sha256 = "sha256-k8pEgEu+oWNa0rI47osVPKaZGxgwX/ENaz9jPrQXy0E=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b076bd3

Please sign in to comment.