libnotify: 0.8.4 -> 0.8.6 (#394442)

authored by winter.bsky.social and committed by GitHub 537c81ff 3cea505d

+2 -14
+2 -14
pkgs/by-name/li/libnotify/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchurl, 5 - fetchpatch, 6 5 meson, 7 6 ninja, 8 7 pkg-config, ··· 20 19 21 20 stdenv.mkDerivation rec { 22 21 pname = "libnotify"; 23 - version = "0.8.4"; 22 + version = "0.8.6"; 24 23 25 24 outputs = [ 26 25 "out" ··· 30 29 31 30 src = fetchurl { 32 31 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 33 - hash = "sha256-j6BNTr3BVbCiOd+IvZ8J6PJznVcHoTkLQnq0mF+D0lo="; 32 + hash = "sha256-xVQKrvtg4dY7HFh8BfIoTr5y7OfQwOXkp3jP1YRLa1g="; 34 33 }; 35 - 36 - patches = [ 37 - # Revert to avoid manpages breakage: 38 - # https://gitlab.gnome.org/GNOME/libnotify/-/merge_requests/37#note_2366448 39 - (fetchpatch { 40 - revert = true; 41 - name = "unbreak-man.path"; 42 - url = "https://gitlab.gnome.org/GNOME/libnotify/-/commit/2f99025b7ad54f29dc5236aa7dfcfa97d1c8efde.patch"; 43 - hash = "sha256-/qbBs+bJjzCR2I7swy0RTsTaXap+gkYzvfchobeOzPQ="; 44 - }) 45 - ]; 46 34 47 35 mesonFlags = [ 48 36 # disable tests as we don't need to depend on GTK (2/3)