mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
gnomeExtensions.pop-shell: unstable-2024-04-04 -> 1.2.0-unstable-2024-10-09 (#343910)
This commit is contained in:
commit
4f8fb8aa0e
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-pop-shell";
|
||||
version = "unstable-2024-04-04";
|
||||
version = "1.2.0-unstable-2024-10-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = "shell";
|
||||
rev = "cfa0c55e84b7ce339e5ce83832f76fee17e99d51";
|
||||
hash = "sha256-IQJtTMYCkKyjqDKoR35qsgQkvXIrGLq+qtMDOTkvy08=";
|
||||
rev = "e25621e2595eb5235ecb1a41167d1324a2b2a297";
|
||||
hash = "sha256-PPJofRzzbH1zcnKtQ/3ulErvN4pAJMo/igzdq1zT06s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gjs typescript ];
|
||||
|
|
Loading…
Reference in a new issue