Skip to content

Commit b214724

Browse files
updatecli: 0.99.0 -> 0.100.0 (#408093)
Co-authored-by: croissong <[email protected]>
2 parents 389c8ce + 12ed83a commit b214724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/up/updatecli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "updatecli";
14-
version = "0.99.0";
14+
version = "0.100.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "updatecli";
1818
repo = "updatecli";
1919
rev = "v${version}";
20-
hash = "sha256-z9lXacRC8MKfExTpbMPAR5aDAe4nh01/ngP0gibfd30=";
20+
hash = "sha256-gzHNUFhctfMSoXEVlnYJW4qD6MmV/NMMoTFSp550FTQ=";
2121
};
2222

23-
vendorHash = "sha256-hW7oufBiYmhf0gTGnPujzyoRSwfc0QGDZMTKRiFUUoA=";
23+
vendorHash = "sha256-b4mIRfiFqOqRiyZJSrASCDpcE65j45SbgE7E8yFXrCE=";
2424

2525
# tests require network access
2626
doCheck = false;

0 commit comments

Comments
 (0)