hilbish: 2.2.3 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-08-08 08:28:49 +00:00
parent 008f830016
commit dbb011943d

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"