zld 1.3.4 -> 1.3.9.1 https://github.com/michaeleisel/zld/releases attrpath: zld 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/tools/zld/default.nix b/pkgs/development/tools/zld/default.nix index 95a642137f0b..039def8d02a9 100644 --- a/pkgs/development/tools/zld/default.nix +++ b/pkgs/development/tools/zld/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "zld"; - version = "1.3.4"; + version = "1.3.9.1"; src = fetchzip { url = "https://github.com/michaeleisel/zld/releases/download/${version}/zld.zip"; - sha256 = "sha256-w1Pe96sdCbrfYdfBpD0BBXu7cFdW3cpo0PCn1+UyZI8="; + sha256 = "sha256-/J5xMD6bt3jIGlpgT9fn1JasgspaWAPSzpnf7ViHkuU="; }; installPhase = '' Update edits cause no rebuilds.