hilbish: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-04-17 01:27:46 +00:00
parent 4a04be9a3c
commit 499c830373
1 changed files with 3 additions and 3 deletions

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "hilbish";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
hash = "sha256-pXl0emLY+W0DkW4HONv3qVZzCEZnx/SX3MjyBajsosg=";
hash = "sha256-tkEEvxIBPpPbdIFxbo0pOHHORXEFZ8wn9emIeyz6glc=";
fetchSubmodules = true;
};
subPackages = [ "." ];
vendorHash = "sha256-nE+THN+Q7Ze36c0nd3oROoFPLIzH/kw9qBwMxv+j9uE=";
vendorHash = "sha256-jf+S1On3Cib20Uepsm8WeRwEyuRKzSPFfsT2YVkx4fs=";
ldflags = [
"-s"