summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-08-11 13:33:39 -0300
committerGitHub <noreply@github.com>2022-08-11 13:33:39 -0300
commit5157073662565df18978b8eae17351424479b017 (patch)
tree0c88ad7262be2945512ffe9f39b2a88f6d8efcb6
parent090e83412b40f2f619ea5217ba77f3bcd82e3d08 (diff)
parent0b390c407c0a10aa02c310519c8034ee689ad55a (diff)
Merge pull request #185922 from r-ryantm/auto-update/freecad
freecad: 0.20 -> 0.20.1
-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 6c3f6fac3039..17537083aaed 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -49,13 +49,13 @@
mkDerivation rec {
pname = "freecad";
- version = "0.20";
+ version = "0.20.1";
src = fetchFromGitHub {
owner = "FreeCAD";
repo = "FreeCAD";
rev = version;
- hash = "sha256-Em4XVxDfvVG1Kf7q+6uHNA/VcMGLKMTv5TCh2XF/BtQ=";
+ hash = "sha256-r2lhFv4ReASteoVxwwiW9TdSckpaju6QE8UegxeY4rE=";
};
nativeBuildInputs = [