From 63c7483850d4db8296b2644b2d56f8dc338b4d2a Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:54:56 +0300 Subject: hilbish: 2.1.0 -> 2.1.2 --- pkgs/shells/hilbish/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells/hilbish/default.nix') diff --git a/pkgs/shells/hilbish/default.nix b/pkgs/shells/hilbish/default.nix index 20e1331dbcb9e..e558402543bf9 100644 --- a/pkgs/shells/hilbish/default.nix +++ b/pkgs/shells/hilbish/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "hilbish"; - version = "2.1.0"; + version = "2.1.2"; src = fetchFromGitHub { owner = "Rosettea"; repo = "Hilbish"; rev = "v${version}"; - sha256 = "sha256-iXDBo3bcmjsDy+iUREpg+sDTFN2LeF7jA+mg62LKeIs="; + hash = "sha256-OEuriFnVDS0POXoPeUk4IcLtV3JAMLDM2apDxmjg5cQ="; fetchSubmodules = true; }; -- cgit 1.4.1