lol

Merge pull request #156294 from Mic92/pop-shell

gnomeExtension.pop-shell: 2021-11-30 -> 2022-01-14

authored by

Jörg Thalheim and committed by
GitHub
e656a888 65319e50

+3 -3
+3 -3
pkgs/desktops/gnome/extensions/pop-shell/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "gnome-shell-extension-pop-shell"; 5 - version = "unstable-2021-11-30"; 5 + version = "unstable-2022-01-14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pop-os"; 9 9 repo = "shell"; 10 - rev = "4b65ee865d01436ec75a239a0586a2fa6051b8c3"; 11 - sha256 = "DHmp3kzBgbyxRe0TjER/CAqyUmD9LeRqAFQ9apQDzfk="; 10 + rev = "21745c4a8076ad52c9ccc77ca5726f5c7b83de6c"; 11 + sha256 = "sha256-d6NRNbTimwtGVLhcpdFD1AuignVii/xi3YtMWzkS/v0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ glib nodePackages.typescript gjs ];