From a40339417f4b61af54d166cfa142b97d9b44d8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Sat, 20 Sep 2025 18:45:59 +0200 Subject: [PATCH] korrect: 0.2.1 -> 0.3.3 This release adds the ability to also get the correct version of helm --- pkgs/by-name/ko/korrect/package.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ko/korrect/package.nix b/pkgs/by-name/ko/korrect/package.nix index 40a66a0fc3ba..5b8e4004afe9 100644 --- a/pkgs/by-name/ko/korrect/package.nix +++ b/pkgs/by-name/ko/korrect/package.nix @@ -9,13 +9,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "korrect"; - version = "0.2.1"; + version = "0.3.3"; src = fetchCrate { inherit (finalAttrs) pname version; - hash = "sha256-/tFrHTZ6YHnN9OvoHBJWEnwX780DYrs0f5wV1dPyAcc="; + hash = "sha256-iEbzYcWxDAumGLsr7MlqOrTEj3SwGFmdvw15M5Fz9cs="; }; - cargoHash = "sha256-bG31pqI/eB+J0FUq/lWak6Ekf+00JiCfuKZdyUkIAAw="; + cargoHash = "sha256-RIa1rn74I/DQktjtY4BTWiYIBO1aLpXcKtXMBOAogvE="; + + # Tests create a local http server to check the download functionality + __darwinAllowLocalNetworking = true; passthru.updateScript = nix-update-script { };