From 93da00382916cdf2e459150beddc63cfd8f083e7 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 14 Mar 2023 11:56:49 -0400 Subject: [PATCH] halp: 0.1.1 -> 0.1.2 Diff: https://github.com/orhun/halp/compare/v0.1.1...v0.1.2 Changelog: https://github.com/orhun/halp/blob/v0.1.2/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 aeb8249f89fa..ad08c0b83aae 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.1"; + version = "0.1.2"; src = fetchFromGitHub { owner = "orhun"; repo = "halp"; rev = "v${version}"; - hash = "sha256-A48r7bDXyYVYrsyhqaQMk7c9fuCzilj2Ch9dYHFh8xY="; + hash = "sha256-gcWE2PRDBnZ+ijbuu85S4xCuNvNrYVWtfXQyiajJVKQ="; }; - cargoHash = "sha256-CTLCpGkUobMgKsGLCZ1Z+zfLbvn37TXPmIWynGs1ybA="; + cargoHash = "sha256-Y21w+UlsQA/lDbnQTiD5EsbIKuh0REZrsWm+JHIeoKg="; patches = [ # patch tests to point to the correct target directory