cosmic-icons: 1.0.0-beta.9 -> 1.0.0

Diff: https://github.com/pop-os/cosmic-icons/compare/epoch-1.0.0-beta.9...epoch-1.0.0
This commit is contained in:
Heitor Augusto
2025-12-10 20:43:40 -03:00
parent 39b8e0fbf7
commit 2ea3393795
+2 -2
View File
@@ -9,14 +9,14 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cosmic-icons";
version = "1.0.0-beta.9";
version = "1.0.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-icons";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-jxt0x0Ctk0PaaFQjf8p9y1yEgWkuEi7bR2VtybwlQAs=";
hash = "sha256-lbj64wH180UGO3jYW9HhuHIwy/tU2Ka86wXz+Wjde8g=";
};
nativeBuildInputs = [ just ];