From 40647f2216b35ca2e19db6b204595131a43d7942 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 15 Mar 2023 21:38:22 -0400 Subject: [PATCH] halp: 0.1.2 -> 0.1.3 Diff: https://github.com/orhun/halp/compare/v0.1.2...v0.1.3 Changelog: https://github.com/orhun/halp/blob/v0.1.3/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 ad08c0b83aae..fc1f9c96c7e2 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.2"; + version = "0.1.3"; src = fetchFromGitHub { owner = "orhun"; repo = "halp"; rev = "v${version}"; - hash = "sha256-gcWE2PRDBnZ+ijbuu85S4xCuNvNrYVWtfXQyiajJVKQ="; + hash = "sha256-abr/GfqKNY/55X1siChPrp/9Y2dYNT3weTyZWbaQZVY="; }; - cargoHash = "sha256-Y21w+UlsQA/lDbnQTiD5EsbIKuh0REZrsWm+JHIeoKg="; + cargoHash = "sha256-1PC6IZCYJ3pT5SbTeIEUbVrc8RSzBvkhkpGxFu5rgdc="; patches = [ # patch tests to point to the correct target directory