lol

pantheon.wingpanel-quick-settings: 1.1.0 -> 1.2.0

https://github.com/elementary/quick-settings/compare/1.1.0...1.2.0

+2 -12
+2 -12
pkgs/desktops/pantheon/desktop/wingpanel-indicators/quick-settings/default.nix
··· 2 2 stdenv, 3 3 lib, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 nix-update-script, 7 6 glib, 8 7 meson, ··· 24 23 25 24 stdenv.mkDerivation (finalAttrs: { 26 25 pname = "wingpanel-quick-settings"; 27 - version = "1.1.0"; 26 + version = "1.2.0"; 28 27 29 28 src = fetchFromGitHub { 30 29 owner = "elementary"; 31 30 repo = "quick-settings"; 32 31 rev = finalAttrs.version; 33 - hash = "sha256-77NkzdE0Z655qeh718L4Mil6FkMxTNaEqh7DLHoldQ4="; 32 + hash = "sha256-G8nwEbMMHVaT7czDG1E/AMsMdSYtmh0oiMruGr2tMdg="; 34 33 }; 35 - 36 - patches = [ 37 - # Adapt to uid_t being an available type since Vala 0.56.17 38 - # https://github.com/elementary/quick-settings/pull/91 39 - (fetchpatch { 40 - url = "https://github.com/elementary/quick-settings/commit/765a77ded353e4eedfe62a2116e252cc107cef5a.patch"; 41 - hash = "sha256-Q9+eLwjsHktEdVRh7LmmJKK5RcizI+lIiIgICZcILQY="; 42 - }) 43 - ]; 44 34 45 35 nativeBuildInputs = [ 46 36 glib # glib-compile-resources