Merge pull request #232711 from dotlambda/libwacom-2.7.0

libwacom: 2.6.0 -> 2.7.0
This commit is contained in:
Jan Tojnar 2023-06-06 17:58:32 +02:00 committed by GitHub
commit eb2fb4e51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -7,8 +7,8 @@ let
libwacom-surface = fetchFromGitHub { libwacom-surface = fetchFromGitHub {
owner = "linux-surface"; owner = "linux-surface";
repo = "libwacom-surface"; repo = "libwacom-surface";
rev = "v2.6.0-1"; rev = "v2.7.0-1";
hash = "sha256-4UOO9LMyCJd4LkqU0uva/0Xc44fIVdIQi27tJOtNEFk="; hash = "sha256-LgJ8YFQQN05kyd6kxBakIIiGgZ9icW27xKK3Dz6TwLs=";
}; };
in libwacom.overrideAttrs (old: { in libwacom.overrideAttrs (old: {
pname = "libwacom-surface"; pname = "libwacom-surface";