diff --git a/pkgs/by-name/cr/crush/package.nix b/pkgs/by-name/cr/crush/package.nix index 8ccf5e0f0454b..479c27916e70b 100644 --- a/pkgs/by-name/cr/crush/package.nix +++ b/pkgs/by-name/cr/crush/package.nix @@ -1,24 +1,24 @@ { lib, - buildGoModule, + buildGo125Module, fetchFromGitHub, nix-update-script, writableTmpDirAsHomeHook, versionCheckHook, }: -buildGoModule (finalAttrs: { +buildGo125Module (finalAttrs: { pname = "crush"; - version = "0.6.1"; + version = "0.7.0"; src = fetchFromGitHub { owner = "charmbracelet"; repo = "crush"; tag = "v${finalAttrs.version}"; - hash = "sha256-QUYNJ2Ifny9Zj9YVQHcH80E2qa4clWVg2T075IEWujM="; + hash = "sha256-xe/4YMYOwUT2xAz3QKZTef2BUjYevRVdD+KHgotQOUo="; }; - vendorHash = "sha256-vdzAVVGr7uTW/A/I8TcYW189E3960SCIqatu7Kb60hg="; + vendorHash = "sha256-/83NlgW9HBRlmVVhfnIGemQ5wmSUfOyS4C+CczvTPjU="; # rename TestMain to prevent it from running, as it panics in the sandbox. postPatch = ''