qlementine-icons: 1.10.0 -> 1.11.0 (#433576)

Co-authored-by: normalcea <normalcea@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-14 15:43:51 +00:00 committed by GitHub
commit 0428d0bc5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine-icons";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine-icons";
tag = "v${finalAttrs.version}";
hash = "sha256-zsKlcHphTnz1EAjUD90bN+2W8OtGoict8TsIz/4dGyM=";
hash = "sha256-h0vcrXCpiTrP3wApXdAqz0QAlHDqiqBSQR6FIlrTeBM=";
};
nativeBuildInputs = [ cmake ];