mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:57:49 +00:00
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:
parent
e30e364900
commit
b803e1b03d
@ -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