qlementine-icons: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm
2026-01-17 13:06:16 +00:00
parent dff2312dc2
commit da44607720
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine-icons";
version = "1.13.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine-icons";
tag = "v${finalAttrs.version}";
hash = "sha256-wXpFyVTFNHTVkGz2fQ2gQHdvCfZNs6Dx8hhonFRZytg=";
hash = "sha256-29XiD3t+KKEe8KRs5LwTN11gEFBJt/Ws6geq6bdH8KA=";
};
nativeBuildInputs = [ cmake ];