libwacom,libwacom-surface: 2.12.2 -> 2.13.0

This commit is contained in:
Alyssa Ross 2024-09-02 10:31:37 +02:00
parent 5cbbd23d5d
commit 818996edf8
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libwacom";
version = "2.12.2";
version = "2.13.0";
outputs = [
"out"
@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "linuxwacom";
repo = "libwacom";
rev = "libwacom-${finalAttrs.version}";
hash = "sha256-dxnXh+O/8q8ShsPbpqvaBPNQR6lJBphBolYTmcJEF/0=";
hash = "sha256-OJQe0GdndgpvW4aJdgSKWw+u3ng1pn3FgdcA81jfmkQ=";
};
postPatch = ''