summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2022-06-19 16:35:39 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-06-23 17:28:27 +0200
commitbd1f8edffd4d3e541a60c03feabf751fe6da789e (patch)
tree91a52e4da8a2c3fc513335c37f6d919b2e2a0b3e /pkgs/applications/graphics
parent046fcb0f8bdcb8e52331703cf43aa1af8d227689 (diff)
downloadnixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar.gz
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar.bz2
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar.lz
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar.xz
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.tar.zst
nixpkgs-bd1f8edffd4d3e541a60c03feabf751fe6da789e.zip
freecad: 0.19.2 -> 0.20
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/freecad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix
index 8f5404cf3ae..c05f3502aec 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -48,13 +48,13 @@
 
 mkDerivation rec {
   pname = "freecad";
-  version = "0.19.2";
+  version = "0.20";
 
   src = fetchFromGitHub {
     owner = "FreeCAD";
     repo = "FreeCAD";
     rev = version;
-    hash = "sha256-XZ+fRl3CPCIFu3nHeMTLibwwFBlG/cWpKJlI58hTAuU=";
+    hash = "sha256-Em4XVxDfvVG1Kf7q+6uHNA/VcMGLKMTv5TCh2XF/BtQ=";
   };
 
   nativeBuildInputs = [