Skip to content

Commit ec15024

Browse files
mivorasumdaniels5757
authored andcommitted
freecad: replace rev with tag in fetchFromGitHub
(cherry picked from commit 7091e75)
1 parent e4732a8 commit ec15024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/fr/freecad/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ freecad-utils.makeCustomizable (
7777
src = fetchFromGitHub {
7878
owner = "FreeCAD";
7979
repo = "FreeCAD";
80-
rev = finalAttrs.version;
80+
tag = finalAttrs.version;
8181
hash = "sha256-VFTNawXxu2ofjj2Frg4OfVhiMKFywBhm7lZunP85ZEQ=";
8282
fetchSubmodules = true;
8383
};

0 commit comments

Comments
 (0)