From 7aac62c2482c002883083e6de384da438dbb6440 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 17 Jun 2023 13:25:01 -0400 Subject: [PATCH] halp: 0.1.6 -> 0.1.7 Diff: https://github.com/orhun/halp/compare/v0.1.6...v0.1.7 Changelog: https://github.com/orhun/halp/blob/v0.1.7/CHANGELOG.md --- pkgs/tools/misc/halp/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/halp/default.nix b/pkgs/tools/misc/halp/default.nix index 90b51e9b50d..d9028a8392a 100644 --- a/pkgs/tools/misc/halp/default.nix +++ b/pkgs/tools/misc/halp/default.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "halp"; - version = "0.1.6"; + version = "0.1.7"; src = fetchFromGitHub { owner = "orhun"; repo = "halp"; rev = "v${version}"; - hash = "sha256-VGfZwXB2MM8dfjc89LjHBalNFTvp6B6KI0lPOlkHDOQ="; + hash = "sha256-SeBponGeQWKjbiS4GL8YA7y92BqLL+ja6ZSKAI3CeRM="; }; - cargoHash = "sha256-beYDb8+UKPLkkzey95Da8Ft2NwH2JZZsBLNvoW8FJN4="; + cargoHash = "sha256-/mzbLsIc0PW5yx/m9eq3IWYM6i1MKvmOY+17/Bwjguk="; patches = [ # patch tests to point to the correct target directory