notary 0.6.1 -> 0.7.0 https://repology.org/project/notary/versions attrpath: notary 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/notary/default.nix b/pkgs/tools/security/notary/default.nix index ab6ec0b16818..6aecd04e2467 100644 --- a/pkgs/tools/security/notary/default.nix +++ b/pkgs/tools/security/notary/default.nix @@ -2,14 +2,14 @@ buildGoPackage rec { pname = "notary"; - version = "0.6.1"; + version = "0.7.0"; gitcommit = "d6e1431f"; src = fetchFromGitHub { owner = "theupdateframework"; repo = "notary"; rev = "v${version}"; - sha256 = "1ak9dk6vjny5069hp3w36dbjawcnaq82l3i2qvf7mn7zfglbsnf9"; + sha256 = "sha256-jTf9CwyUgDWY2lmi+6HWOOc4rNWfNke0CfL3VEbHRVY="; }; patches = [ ./no-git-usage.patch ];