mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
cosmic-icons: unstable-2023-11-28 -> unstable-2024-01-23
This commit is contained in:
parent
5af80acc9a
commit
929ec26506
@ -8,13 +8,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "cosmic-icons";
|
pname = "cosmic-icons";
|
||||||
version = "unstable-2023-11-28";
|
version = "unstable-2024-01-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "1e328dacc117c21000a000a3170a801f467f3c2b";
|
rev = "49a1762c958196924afcf1eae52ee910c4b4bc9f";
|
||||||
sha256 = "sha256-QmCHkqSPWfZhofh4ieJhl4yjt0R4J15+xElbszHS/4M=";
|
sha256 = "sha256-wL4f1rXWuFmeZCAAw0y+JQ3iesZcEC3XxWWrvrJ50oA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ just ];
|
nativeBuildInputs = [ just ];
|
||||||
|
Loading…
Reference in New Issue
Block a user