Merge pull request #304690 from r-ryantm/auto-update/hilbish

hilbish: 2.2.1 -> 2.2.2
This commit is contained in:
Matthias Beyer 2024-04-17 08:19:54 +02:00 committed by GitHub
commit 8e399bfe22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"