about summary refs log tree commit diff
path: root/pkgs/applications/misc/qcad
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-07 11:24:46 -0800
committerJonathan Ringer <jonringer117@gmail.com>2022-02-07 11:24:46 -0800
commita52db119e1d657bcdeeaa65bcd6cc1238c49b949 (patch)
tree51cee248c7cb22446d28501c7d0434d1e01f3b08 /pkgs/applications/misc/qcad
parentac5b189b0c81ae0197d29964342808577d585f9f (diff)
qcad: fix src
Diffstat (limited to 'pkgs/applications/misc/qcad')
-rw-r--r--pkgs/applications/misc/qcad/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/qcad/default.nix b/pkgs/applications/misc/qcad/default.nix
index 2e75977d68a27..86ed90cbd4a11 100644
--- a/pkgs/applications/misc/qcad/default.nix
+++ b/pkgs/applications/misc/qcad/default.nix
@@ -21,10 +21,11 @@ mkDerivation rec {
   version = "3.27.1.6";
 
   src = fetchFromGitHub {
+    name = "qcad-${version}-src";
     owner = "qcad";
     repo = "qcad";
     rev = "v${version}";
-    sha256 = "sha256-ouvWE1fa4DfPLqFYuMsUPWDx/NUaoCc7TfR6Ed0uuF4=";
+    sha256 = "sha256-NnaCwbk8w0ZPnBz7xxs5LMFMUSnEERCSRBXpJL0u+s0=";
   };
 
   patches = [