Merge pull request #329619 from r-ryantm/auto-update/updatecli

updatecli: 0.78.0 -> 0.80.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-24 11:00:36 +00:00 committed by GitHub
commit a762121229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "updatecli";
version = "0.78.0";
version = "0.80.0";
src = fetchFromGitHub {
owner = "updatecli";
repo = "updatecli";
rev = "v${version}";
hash = "sha256-VpMi+r7QUSD99PRzbTeIxXn1O9GdfHNJM1F0OBzvNmc=";
hash = "sha256-6TUgUUZ051PRRb8HSK2BBOPQWp9mh/b8c3vm4aBEdy4=";
};
vendorHash = "sha256-Ji8r5c8LP7StGp/ve9RkQDeL21HBoK3Fln8LGBeqBpw=";
vendorHash = "sha256-K/s25VRIslhfaw3owmRx8ZakKneHgJJzPS9PqcR0ioo=";
# tests require network access
doCheck = false;