qlementine: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-10-05 12:57:47 +00:00
parent 30ef0997c7
commit 3193a4d3f6
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "qlementine";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "oclero";
repo = "qlementine";
tag = "v${finalAttrs.version}";
hash = "sha256-icImLN04Ux+pqWaBTNruCkZC+735vzMz8tzssyCncjI=";
hash = "sha256-emP/ln69xdmoRDTKfSCTuv/H7HE4H6Mp7HPjvxjpphw=";
};
nativeBuildInputs = [ cmake ];