Skip to content

Commit af22850

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

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
@@ -71,7 +71,7 @@ freecad-utils.makeCustomizable (
7171
src = fetchFromGitHub {
7272
owner = "FreeCAD";
7373
repo = "FreeCAD";
74-
rev = finalAttrs.version;
74+
tag = finalAttrs.version;
7575
hash = "sha256-VFTNawXxu2ofjj2Frg4OfVhiMKFywBhm7lZunP85ZEQ=";
7676
fetchSubmodules = true;
7777
};

0 commit comments

Comments
 (0)