qctools: 1.4 -> 1.4.1

This commit is contained in:
R. Ryantm
2026-01-14 00:40:36 +00:00
parent 7680ec7c8a
commit 40a5e1a687
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "qctools";
version = "1.4";
version = "1.4.1";
src = fetchurl {
url = "https://mediaarea.net/download/source/${pname}/${version}/${pname}_${version}.tar.xz";
hash = "sha256-1WqCP/4PV8hQT8ubPxHGTwZrRnOPm+msEPBGR4gkWhA=";
hash = "sha256-4HuNBCvN1BDjIsEyo8Lo/H1rNgCFygkXqo6yD3oDf18=";
};
sourceRoot = "${pname}/Project/QtCreator";