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

hilbish: 2.2.3 -> 2.3.2
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:21:48 -04:00 committed by GitHub
commit 31060467bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "hilbish";
version = "2.2.3";
version = "2.3.2";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
hash = "sha256-iqQhgge+m22gIIGlwwmAoYTxfMAs/sKrKjoQzyedil4=";
hash = "sha256-bCV9hiTvtkdEMPEn9r5PxB+MqJk030E5YISN8B/4h4A=";
fetchSubmodules = true;
};
subPackages = [ "." ];
vendorHash = "sha256-jf+S1On3Cib20Uepsm8WeRwEyuRKzSPFfsT2YVkx4fs=";
vendorHash = "sha256-v5YkRZA8oOKwXa6yFGQ33jKEc742zIrmJ0+w8ggmu/0=";
ldflags = [
"-s"