curaengine_stable: migrate to by-name

This commit is contained in:
Grayson Tinker
2026-06-15 21:58:03 -07:00
parent 6fb39ad0bb
commit 831c33cd71
2 changed files with 2 additions and 4 deletions
@@ -11,8 +11,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "CuraEngine";
rev = finalAttrs.version;
sha256 = "sha256-8V21TRSqCN+hkTlz51d5A5oK5JOwEtx+ROt8cfJBL/0=";
tag = finalAttrs.version;
hash = "sha256-8V21TRSqCN+hkTlz51d5A5oK5JOwEtx+ROt8cfJBL/0=";
};
postPatch = ''
-2
View File
@@ -9575,8 +9575,6 @@ with pkgs;
lightdm_qt = lightdm.override { withQt5 = true; };
curaengine_stable = callPackage ../applications/misc/curaengine/stable.nix { };
super-slicer-beta = super-slicer.beta;
super-slicer-latest = super-slicer.latest;