go-motion 1.1.0 -> 1.2.0 https://github.com/fatih/motion/releases attrpath: go-motion Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/go-motion/default.nix b/pkgs/development/tools/go-motion/default.nix index d7e686235af..7505522d46f 100644 --- a/pkgs/development/tools/go-motion/default.nix +++ b/pkgs/development/tools/go-motion/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "motion"; - version = "1.1.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "fatih"; repo = "motion"; rev = "v${version}"; - sha256 = "sha256-bD6Mm9/LOzguoK/xMpVEeT7G8j1shCsMv14wFostlW4="; + sha256 = "sha256-7vkMhjO4JUAf0sUcKiMjqJ5GzLb//QoHd7Cagerx4/s="; }; - vendorSha256 = null; + vendorHash = null; ldflags = [ "-s" "-w" ]; Successfully finished processing cachix "/nix/store/qiff3zwhj3kcb5g7pv9x7x5b6pqlx70r-motion-1.2.0" Received ExitFailure 1 when running Shell command: cachix push nix-community pushing to cachix failed