hilbish: 2.3.3 -> 2.3.4

This commit is contained in:
R. Ryantm 2025-01-07 00:13:32 +00:00
parent 3a4eefe5fb
commit d6a948fb47

View File

@ -6,19 +6,19 @@
buildGoModule rec {
pname = "hilbish";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "Rosettea";
repo = "Hilbish";
tag = "v${version}";
hash = "sha256-rDE9zxkCnnvc1OWd4Baei/Bw9KdFRV7DOorxLSD/KhM";
hash = "sha256-rEBUrDdJBCywuSmsxFLl4+uSwz06km2nztH5aCGcGiE=";
fetchSubmodules = true;
};
subPackages = [ "." ];
vendorHash = "sha256-8t3JBQEAmWcAlgA729IRpiewlgnRd5DQxHLTfwquE3o";
vendorHash = "sha256-8t3JBQEAmWcAlgA729IRpiewlgnRd5DQxHLTfwquE3o=";
ldflags = [
"-s"