libnest2d 4.12.0 -> 5.0.0 https://repology.org/metapackage/libnest2d/versions attrpath: libnest2d Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libnest2d/default.nix b/pkgs/development/libraries/libnest2d/default.nix index 4117b38e1d9..960349e310b 100644 --- a/pkgs/development/libraries/libnest2d/default.nix +++ b/pkgs/development/libraries/libnest2d/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchFromGitHub, cmake, clipper, nlopt, boost, python3 }: stdenv.mkDerivation rec { - version = "4.12.0"; + version = "5.0.0"; pname = "libnest2d"; # This revision is waiting to be merged upstream @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "Ultimaker"; repo = "libnest2d"; rev = "31391fd173249ad9b906390058e13b09238fadc8"; - sha256 = "1hzqi4z55x76rss3xk7hfqhy9hcaq2jaav5jqxa1aqmbvarr2gla"; + sha256 = "sha256-ij6Rs9qrYhVUx7JspaTAisHkIXbwzD60zub0Uj6J+MM="; }; propagatedBuildInputs = [ clipper nlopt boost ]; Source url did not change.