qlementine: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm
2026-01-13 21:35:25 +00:00
parent 7680ec7c8a
commit a47b316828
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine";
tag = "v${finalAttrs.version}";
hash = "sha256-GSI77bpxPEGBajU5z92/yGkPbeImobd4EvZDf6A8+Z0=";
hash = "sha256-QDU+9nWt08v0IOwB+izKXNGfXNlbuP8cg8csCmWATLI=";
};
nativeBuildInputs = [ cmake ];