kuma-dp 1.8.1 -> 2.1.0 https://github.com/kumahq/kuma/releases attrpath: kuma-dp Checking auto update branch... An auto update branch exists with message `kuma-dp: 1.8.1 -> 2.0.1`. New version is 2.1.0. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = sha256-69uXHvpQMeFwQbejMpfQPS8DDXJyVsnn59WUEJpSeng= [golangModuleVersion] Replaced vendorHash with sha256-jvhb/FxpMJU7qgxej2GtD3bMd3XE3QOInUKQHpIYwhk= [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/kuma/default.nix b/pkgs/applications/networking/cluster/kuma/default.nix index 20bba7d405d..099fefa1d03 100644 --- a/pkgs/applications/networking/cluster/kuma/default.nix +++ b/pkgs/applications/networking/cluster/kuma/default.nix @@ -16,15 +16,15 @@ buildGoModule rec { inherit pname ; - version = "1.8.1"; + version = "2.1.0"; tags = lib.optionals enableGateway ["gateway"]; - vendorSha256 = "sha256-69uXHvpQMeFwQbejMpfQPS8DDXJyVsnn59WUEJpSeng="; + vendorHash = "sha256-jvhb/FxpMJU7qgxej2GtD3bMd3XE3QOInUKQHpIYwhk="; src = fetchFromGitHub { owner = "kumahq"; repo = "kuma"; rev = version; - sha256 = "sha256-hNfgiMX3aMb8yjXjFKz73MczOeJyOI3Tna/NRSJBSzs="; + sha256 = "sha256-Dzwee9psmeioWh+EEZISs4NaDEt379bzef+E5Z0esMg="; }; doCheck = false; Successfully finished processing cachix "/nix/store/mxvip3ciriyc32gd5amc6rx41m1l199h-kuma-dp-2.1.0" [check][nixpkgs-review]