Skip to content

Commit ddb6534

Browse files
authored
qcad: 3.31.2.3 -> 3.31.2.7 (#371356)
2 parents b53e079 + 7041483 commit ddb6534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/qcad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "qcad";
21-
version = "3.31.2.3";
21+
version = "3.31.2.7";
2222

2323
src = fetchFromGitHub {
2424
name = "qcad-${version}-src";
2525
owner = "qcad";
2626
repo = "qcad";
2727
rev = "v${version}";
28-
hash = "sha256-/zafL9FWPehhSn8sLkUSOpONGDEhjKBskTaqTWS6ChM=";
28+
hash = "sha256-gNUmcpyDctmsqavOOaPzyghmfMp6QnZcToUtFoVgoxI=";
2929
};
3030

3131
patches = [

0 commit comments

Comments
 (0)