updatecli: 0.95.1 -> 0.96.0

This commit is contained in:
R. Ryantm
2025-03-30 07:11:46 +00:00
parent b991a5e456
commit 5e1790d719

View File

@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "updatecli";
version = "0.95.1";
version = "0.96.0";
src = fetchFromGitHub {
owner = "updatecli";
repo = "updatecli";
rev = "v${version}";
hash = "sha256-ShiknNLbBAyNcXK3k+yhnqilkAovuwFaY3iWa5Plsbo=";
hash = "sha256-znl0yUqnN9eQHY18wPfcYiUnsGw349tLSkZNa/Wz2KA=";
};
vendorHash = "sha256-iuE8rphRnedYg0G2kG1WGXL1rJ/k54Oc4fp2ExP2Rro=";
vendorHash = "sha256-jUVoNTA1wVHNjxkLBgERo8650dxpzmuVBGiAw5sUql0=";
# tests require network access
doCheck = false;