qlementine-icons: 1.11.0 -> 1.12.0

This commit is contained in:
R. Ryantm
2025-11-14 06:15:12 +00:00
parent 61630d4ab5
commit 51c64404b2

View File

@@ -8,13 +8,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "qlementine-icons"; pname = "qlementine-icons";
version = "1.11.0"; version = "1.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oclero"; owner = "oclero";
repo = "qlementine-icons"; repo = "qlementine-icons";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-h0vcrXCpiTrP3wApXdAqz0QAlHDqiqBSQR6FIlrTeBM="; hash = "sha256-Tx3CWEuLIAY8Wk5TUe9Z6+i579GVCr7Vbukzc21K26Y=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];