We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b53e079 + 7041483 commit ddb6534Copy full SHA for ddb6534
pkgs/applications/misc/qcad/default.nix
@@ -18,14 +18,14 @@
18
19
stdenv.mkDerivation rec {
20
pname = "qcad";
21
- version = "3.31.2.3";
+ version = "3.31.2.7";
22
23
src = fetchFromGitHub {
24
name = "qcad-${version}-src";
25
owner = "qcad";
26
repo = "qcad";
27
rev = "v${version}";
28
- hash = "sha256-/zafL9FWPehhSn8sLkUSOpONGDEhjKBskTaqTWS6ChM=";
+ hash = "sha256-gNUmcpyDctmsqavOOaPzyghmfMp6QnZcToUtFoVgoxI=";
29
};
30
31
patches = [
0 commit comments