libwacom: 2.17.0 -> 2.18.0

This commit is contained in:
R. Ryantm
2026-02-03 15:17:42 +00:00
parent bd536810f8
commit 22250eee91
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libwacom";
version = "2.17.0";
version = "2.18.0";
outputs = [
"bin"
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "linuxwacom";
repo = "libwacom";
rev = "libwacom-${finalAttrs.version}";
hash = "sha256-2JbO3B/PqsLKnaCeQcn1x9Z2pQL4kScuS39F1JlpDpc=";
hash = "sha256-habbSnrOr9H6e/eRSQHugJaLRa252GXjZ8wHThpIydU=";
};
postPatch = ''