cent: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2024-06-12 01:06:38 +00:00
parent e913ae3400
commit b5b8bd0a82

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "cent"; pname = "cent";
version = "1.3.3"; version = "1.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xm1k3"; owner = "xm1k3";
repo = "cent"; repo = "cent";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-E3gAtrgWVucV3cD31ntgtdTDkhmqJHOiFwaUdVJj0jQ="; hash = "sha256-xwGmBZgdpyYJ1AKoNUUPEMbU5/racalE4SLrx/E51wM=";
}; };
vendorHash = "sha256-LvI9FJFXBnEXNsX3qp2Sl58ccIJtYDGSEtNUwNW/Pp0="; vendorHash = "sha256-GMnTIEnkOt0cRN9pZzEuqqtWmO27uVja9VG5UNeCHJo=";
ldflags = [ ldflags = [
"-s" "-s"