qlementine-icons: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2025-08-14 06:36:53 +00:00
parent 27473e9a5e
commit 06a98f6d87

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 ];