mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
gnomeExtensions.argos: Update to more recent revision for GNOME 47 (#360723)
This commit is contained in:
commit
9ac06f06a6
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "argos";
|
||||
version = "unstable-2024-04-03";
|
||||
version = "unstable-2024-10-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "p-e-w";
|
||||
repo = "argos";
|
||||
rev = "0449229e11bc2bb5c66e6f1d8503635cdf276bcf";
|
||||
hash = "sha256-szBk3zW+HzfxTI34lLB1DFdnwZ3W+BgeVgDkwf0UzQU=";
|
||||
rev = "cd0de7c79072979bed41e0ad75741bbd8e113950";
|
||||
hash = "sha256-rNS2rvHZOpl9mSoERfsX6UfEaAb6lWTI9y6HXKrl81E=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user