qctools: 1.4 -> 1.4.1 (#479890)

This commit is contained in:
Weijia Wang
2026-02-09 00:19:07 +00:00
committed by GitHub
+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";