Merge #257311: libwacom: 2.7.0 -> 2.8.0

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-26 09:55:14 +02:00
commit d2a4c00ac7
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13,7 +13,7 @@
stdenv.mkDerivation rec {
pname = "libwacom";
version = "2.7.0";
version = "2.8.0";
outputs = [ "out" "dev" ];
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
owner = "linuxwacom";
repo = "libwacom";
rev = "libwacom-${version}";
sha256 = "sha256-NNfhZMshM5U/EfJHuNgkDe5NEkEGKtJ56vSpXyGf/xw=";
hash = "sha256-VjFZBlOIG1L4dXPJ8DWxrbfVqdQC+X7zVXFryo43FFc=";
};
postPatch = ''