updatecli: 0.75.0 -> 0.76.0

This commit is contained in:
R. Ryantm 2024-04-28 22:06:52 +00:00
parent 9e5cd80f1d
commit ab6e6054f4

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "updatecli";
version = "0.75.0";
version = "0.76.0";
src = fetchFromGitHub {
owner = "updatecli";
repo = pname;
rev = "v${version}";
hash = "sha256-8jQCwnc/kj3m/02nrA/na422rrvxxF7D3LzUen3O6ms=";
hash = "sha256-UfiwagyE3w+kcPJnDDNTCGrxghnag/RPz6SSdAglyYA=";
};
vendorHash = "sha256-7LC5gzK54u8zEtDOyeU1kgIycGLxOeMWYrrDTvC3gVQ=";
vendorHash = "sha256-STiVtzA78zeo5wywwzvA0dqmBW3REUvcpOXuWjpxReY=";
# tests require network access
doCheck = false;