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

hilbish: 2.1.2 -> 2.2.1
This commit is contained in:
Weijia Wang 2024-01-20 10:15:30 +01:00 committed by GitHub
commit 80a0e4fc6f
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.1.2";
version = "2.2.1";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
rev = "v${version}";
hash = "sha256-OEuriFnVDS0POXoPeUk4IcLtV3JAMLDM2apDxmjg5cQ=";
hash = "sha256-pXl0emLY+W0DkW4HONv3qVZzCEZnx/SX3MjyBajsosg=";
fetchSubmodules = true;
};
subPackages = [ "." ];
vendorHash = "sha256-Kiy1JR3X++naY2XNLpnGujrNQt7qlL0zxv8E96cHmHo=";
vendorHash = "sha256-nE+THN+Q7Ze36c0nd3oROoFPLIzH/kw9qBwMxv+j9uE=";
ldflags = [
"-s"