We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fb3364 + ba8fd8b commit 9fbbf29Copy full SHA for 9fbbf29
1 file changed
pkgs/by-name/an/andcli/package.nix
@@ -8,18 +8,18 @@
8
9
buildGoModule (finalAttrs: {
10
pname = "andcli";
11
- version = "2.2.0";
+ version = "2.3.0";
12
13
subPackages = [ "cmd/andcli" ];
14
15
src = fetchFromGitHub {
16
owner = "tjblackheart";
17
repo = "andcli";
18
tag = "v${finalAttrs.version}";
19
- hash = "sha256-wAatlCckSpa/BE4UVR/L6SkVmNyW2/cl//JOy62EaLc=";
+ hash = "sha256-umV0oJ4sySnZzrIpRuTP/fT8a9nhkC1shVEfVVRpEyI=";
20
};
21
22
- vendorHash = "sha256-/rmx9g7OfsZXr3zb1UfR1qLxdV2/ELzc/wXn0fJRzbE=";
+ vendorHash = "sha256-lzmkNxQUqktnl2Rpjgoa2yvAuGiMtVGNhiuF40how4o=";
23
24
ldflags = [
25
"-s"
0 commit comments