Skip to content

Commit 9fbbf29

Browse files
andcli: 2.2.0 -> 2.3.0 (#425589)
Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
2 parents 6fb3364 + ba8fd8b commit 9fbbf29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/an/andcli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
buildGoModule (finalAttrs: {
1010
pname = "andcli";
11-
version = "2.2.0";
11+
version = "2.3.0";
1212

1313
subPackages = [ "cmd/andcli" ];
1414

1515
src = fetchFromGitHub {
1616
owner = "tjblackheart";
1717
repo = "andcli";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-wAatlCckSpa/BE4UVR/L6SkVmNyW2/cl//JOy62EaLc=";
19+
hash = "sha256-umV0oJ4sySnZzrIpRuTP/fT8a9nhkC1shVEfVVRpEyI=";
2020
};
2121

22-
vendorHash = "sha256-/rmx9g7OfsZXr3zb1UfR1qLxdV2/ELzc/wXn0fJRzbE=";
22+
vendorHash = "sha256-lzmkNxQUqktnl2Rpjgoa2yvAuGiMtVGNhiuF40how4o=";
2323

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)