qcad: 3.32.1.0 -> 3.32.3.1 (#417416)

This commit is contained in:
Wolfgang Walther
2025-06-27 15:28:28 +00:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "qcad";
version = "3.32.1.0";
version = "3.32.3.1";
src = fetchFromGitHub {
name = "qcad-${version}-src";
owner = "qcad";
repo = "qcad";
rev = "v${version}";
hash = "sha256-3P6iudD/swpNDPL4G8isJI6zxqc6/rmHAMpPnEwnuiM=";
hash = "sha256-YK5x0TbmJYOvciDZGj4rHN4bo89oS1t2Zulk9kJscj8=";
};
patches = [