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.
1 parent dc3bb55 commit 1e158ecCopy full SHA for 1e158ec
pkgs/zcli/default.nix
@@ -4,16 +4,16 @@
4
}:
5
buildGoModule rec {
6
pname = "zcli";
7
- version = "0.6.0";
+ version = "0.7.1";
8
9
src = fetchFromGitHub {
10
owner = "protolambda";
11
repo = pname;
12
rev = "v${version}";
13
- hash = "sha256-uQ67Gp1Gs7Fl1fPDe2jHc84DV9RtBRz0EaD8WIn113c=";
+ hash = "sha256-Kv8wDkaHX7BELATXMtTTHx/rk1FJs6RpMbhSzfXUg0M=";
14
};
15
16
- vendorHash = "sha256-+5l35M7wsCOOLdVUY8nr+O7693TmiuVHD+2AFCltFRc=";
+ vendorHash = "sha256-ljLBpawNCXGTNXvnuodpDfrnKAFvi0e/HV1ns5EHeaE=";
17
18
subPackages = ["."];
19
0 commit comments