mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Bump pop-shell
Signed-off-by: Silas Davis <silas.davis@monaxlabs.io>
This commit is contained in:
parent
e24c4f8cbb
commit
2400c6bdb2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-pop-shell";
|
pname = "gnome-shell-extension-pop-shell";
|
||||||
version = "unstable-2022-10-11";
|
version = "unstable-2023-04-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = "shell";
|
repo = "shell";
|
||||||
rev = "886a069c0582b371e90ac3602b1747ea5fba616c";
|
rev = "a3a1b7bb832838fec2ea875954d33443fc680912";
|
||||||
hash = "sha256-DwJ3IFhYuEW0LQrmN/mOspEiudj4X5BCLhdOyP74EVs=";
|
hash = "sha256-B82UKtJRDDejBX1UBBIjPRO8rzHNapJRi8wv6dT7oJ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
nativeBuildInputs = [ glib nodePackages.typescript gjs ];
|
||||||
|
Loading…
Reference in New Issue
Block a user