qlementine: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-12-06 11:11:52 +00:00
parent 9e31b6e2c4
commit 67c152a266
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine";
tag = "v${finalAttrs.version}";
hash = "sha256-sQp6geH0PqthSVbC+AmQfKRVykZZoAfDMjhIviYJ4RI=";
hash = "sha256-GSI77bpxPEGBajU5z92/yGkPbeImobd4EvZDf6A8+Z0=";
};
nativeBuildInputs = [ cmake ];