andcli: 2.2.0 -> 2.3.0 (#425589)

Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-15 23:53:12 +00:00 committed by GitHub
commit 9fbbf29f49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "andcli"; pname = "andcli";
version = "2.2.0"; version = "2.3.0";
subPackages = [ "cmd/andcli" ]; subPackages = [ "cmd/andcli" ];
@ -16,10 +16,10 @@ buildGoModule (finalAttrs: {
owner = "tjblackheart"; owner = "tjblackheart";
repo = "andcli"; repo = "andcli";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-wAatlCckSpa/BE4UVR/L6SkVmNyW2/cl//JOy62EaLc="; hash = "sha256-umV0oJ4sySnZzrIpRuTP/fT8a9nhkC1shVEfVVRpEyI=";
}; };
vendorHash = "sha256-/rmx9g7OfsZXr3zb1UfR1qLxdV2/ELzc/wXn0fJRzbE="; vendorHash = "sha256-lzmkNxQUqktnl2Rpjgoa2yvAuGiMtVGNhiuF40how4o=";
ldflags = [ ldflags = [
"-s" "-s"