From 6039e79f2e9dbda107c82d1a3a1f95fed94d2733 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 18 Apr 2023 11:19:56 -0400 Subject: [PATCH] halp: 0.1.5 -> 0.1.6 Diff: https://github.com/orhun/halp/compare/v0.1.5...v0.1.6 Changelog: https://github.com/orhun/halp/blob/v0.1.6/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 d166df30908f..90b51e9b50d0 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.5"; + version = "0.1.6"; src = fetchFromGitHub { owner = "orhun"; repo = "halp"; rev = "v${version}"; - hash = "sha256-Iowo3IBYnLCLnILIBithJejqDkzszCEgufcOcv2pVHI="; + hash = "sha256-VGfZwXB2MM8dfjc89LjHBalNFTvp6B6KI0lPOlkHDOQ="; }; - cargoHash = "sha256-YWMcY8tc/XAm7tMxGD+TyowTisDlcdVI/GXMDR7m/kQ="; + cargoHash = "sha256-beYDb8+UKPLkkzey95Da8Ft2NwH2JZZsBLNvoW8FJN4="; patches = [ # patch tests to point to the correct target directory