odo 3.4.0 -> 3.8.0 https://github.com/redhat-developer/odo/releases attrpath: odo 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/applications/networking/cluster/odo/default.nix b/pkgs/applications/networking/cluster/odo/default.nix index ba982fd83b0..c0680991a54 100644 --- a/pkgs/applications/networking/cluster/odo/default.nix +++ b/pkgs/applications/networking/cluster/odo/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "odo"; - version = "3.4.0"; + version = "3.8.0"; src = fetchFromGitHub { owner = "redhat-developer"; repo = "odo"; rev = "v${version}"; - sha256 = "sha256-UXeSerVtskEloH60vNom8H6/gEy7adUnBsc/5q7wrDM="; + sha256 = "sha256-5okDFLOvMTj/2NStVPjvGiw/+8K9nsATqUVeckthx0s="; }; - vendorSha256 = null; + vendorHash = null; buildPhase = '' make bin Successfully finished processing cachix "/nix/store/8ysxn95301pb3dsxikwq218mx2pc78g5-odo-3.8.0" Received ExitFailure 1 when running Shell command: cachix push nix-community pushing to cachix failed