Merge pull request #156294 from Mic92/pop-shell
gnomeExtension.pop-shell: 2021-11-30 -> 2022-01-14
This commit is contained in:
commit
e656a888f9
@ -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-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = "shell";
|
repo = "shell";
|
||||||
rev = "4b65ee865d01436ec75a239a0586a2fa6051b8c3";
|
rev = "21745c4a8076ad52c9ccc77ca5726f5c7b83de6c";
|
||||||
sha256 = "DHmp3kzBgbyxRe0TjER/CAqyUmD9LeRqAFQ9apQDzfk=";
|
sha256 = "sha256-d6NRNbTimwtGVLhcpdFD1AuignVii/xi3YtMWzkS/v0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
||||||
|
Loading…
Reference in New Issue
Block a user