gnome-shell-extension-pop-shell: unstable-2021-11-30 -> unstable-2022-01-19

This commit is contained in:
Gabriel Arazas 2022-01-20 16:16:13 +08:00
parent 342a077f04
commit 7277b86f7a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-pop-shell"; pname = "gnome-shell-extension-pop-shell";
version = "unstable-2021-11-30"; version = "unstable-2022-01-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "shell"; repo = "shell";
rev = "4b65ee865d01436ec75a239a0586a2fa6051b8c3"; rev = "21745c4a8076ad52c9ccc77ca5726f5c7b83de6c";
sha256 = "sha256-DHmp3kzBgbyxRe0TjER/CAqyUmD9LeRqAFQ9apQDzfk="; sha256 = "sha256-d6NRNbTimwtGVLhcpdFD1AuignVii/xi3YtMWzkS/v0=";
}; };
nativeBuildInputs = [ glib nodePackages.typescript ]; nativeBuildInputs = [ glib nodePackages.typescript ];