gnomeExtensions.argos: Update to more recent revision with support for GNOME 47

The current extensions does not work with GNOME 47, which the new release nixos-24.11 is based. The above is an update to the latest commit which enables support for GNOME 47.

See:
cd0de7c790

I tested on my machine and the extension works.
This commit is contained in:
Emin Karayel 2024-12-01 10:50:43 +01:00 committed by GitHub
parent e30e364900
commit b803e1b03d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''