cosmic-icons: unstable-2024-01-23 -> unstable-2024-02-07
This commit is contained in:
parent
a5d28c9bff
commit
254b3bc4f0
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "cosmic-icons";
|
pname = "cosmic-icons";
|
||||||
version = "unstable-2024-01-23";
|
version = "unstable-2024-02-07";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "49a1762c958196924afcf1eae52ee910c4b4bc9f";
|
rev = "edd405ed84186ee24307deb7da6f25efc85986e9";
|
||||||
sha256 = "sha256-wL4f1rXWuFmeZCAAw0y+JQ3iesZcEC3XxWWrvrJ50oA=";
|
sha256 = "sha256-qz39vI9bRac9ZQg8FPrwv3/TW5zGlsvs2me5aE5vvZo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ just ];
|
nativeBuildInputs = [ just ];
|
||||||
|
|
Loading…
Reference in a new issue