qlementine-icons: 1.9.0 -> 1.10.0 (#421286)

Co-authored-by: normalcea <normalcea@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-30 18:48:36 +00:00
committed by GitHub
co-authored by normalcea
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine-icons";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine-icons";
tag = "v${finalAttrs.version}";
hash = "sha256-Ef4WTay44rMp6A39p0DCc2fXc2y/wGZZaKyj7+wpMJc=";
hash = "sha256-zsKlcHphTnz1EAjUD90bN+2W8OtGoict8TsIz/4dGyM=";
};
nativeBuildInputs = [ cmake ];