freecad: 1.1.0 -> 1.1.1

https://github.com/FreeCAD/FreeCAD/releases/tag/1.1.1
This commit is contained in:
Canaan Epperson
2026-04-17 17:45:25 -07:00
parent abba62ae5b
commit 8f0aad115d
+2 -2
View File
@@ -55,13 +55,13 @@ in
freecad-utils.makeCustomizable (
stdenv.mkDerivation (finalAttrs: {
pname = "freecad";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "FreeCAD";
repo = "FreeCAD";
tag = finalAttrs.version;
hash = "sha256-knyc4Ts9dd12i0SsVDeoCs37jrMxekc07KBf3wJvNgk=";
hash = "sha256-7/VEbs8YDM1Xwc819ab6av5fgRSIbbB6LeCM0V08vRU=";
fetchSubmodules = true;
};