lol

libwnck: 43.0 → 43.1

https://gitlab.gnome.org/GNOME/libwnck/-/compare/43.0...43.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>

+2 -12
+2 -12
pkgs/development/libraries/libwnck/default.nix
··· 1 1 { stdenv 2 2 , lib 3 3 , fetchurl 4 - , fetchpatch 5 4 , meson 6 5 , mesonEmulatorHook 7 6 , ninja ··· 23 22 24 23 stdenv.mkDerivation rec { 25 24 pname = "libwnck"; 26 - version = "43.0"; 25 + version = "43.1"; 27 26 28 27 outputs = [ "out" "dev" "devdoc" ]; 29 28 outputBin = "dev"; 30 29 31 30 src = fetchurl { 32 31 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 33 - sha256 = "kFvNuFhH1rj4hh5WswzW3GHq5n7O9M2ZSp+SWiaiwf4="; 32 + sha256 = "Y0tFh7c2ekk9OBjEtXdA2sBhU8+PJc1k9a8WtlfdaEU="; 34 33 }; 35 - 36 - patches = [ 37 - # bamfdaemon crashes with libwnck3 43.0 38 - # https://bugs.launchpad.net/ubuntu/+source/libwnck3/+bug/1990263 39 - (fetchpatch { 40 - url = "https://gitlab.gnome.org/GNOME/libwnck/-/commit/6ceb684442eb26e3bdb8a38bf52264ad55f96a7b.patch"; 41 - sha256 = "/1wCnElCrZB7XTDW/l3dxMKZ9czGnukbGu4/aQStoXE="; 42 - }) 43 - ]; 44 34 45 35 nativeBuildInputs = [ 46 36 meson