Merge pull request #296026: gnomeExtensions.unite: 77 -> 78

authored by piegames and committed by GitHub a4f18ce9 986bd442

+2 -2
+2 -2
pkgs/desktops/gnome/extensions/unite/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "gnome-shell-extension-unite"; 5 - version = "77"; 5 + version = "78"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hardpixel"; 9 9 repo = "unite-shell"; 10 10 rev = "v${version}"; 11 - hash = "sha256-5PClGWOxqwTVaqBySu5I+qavaV1vcKHUvoYJ3Qgcq2o="; 11 + hash = "sha256-4fOCgStMPzUg2QxYeX6tU/WUaGOn1YUyheZp6YNeODA="; 12 12 }; 13 13 14 14 passthru = {