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

updatecli: 0.76.0 -> 0.76.1
This commit is contained in:
Nick Cao 2024-05-06 10:48:33 -04:00 committed by GitHub
commit e085ef2a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "updatecli";
version = "0.76.0";
version = "0.76.1";
src = fetchFromGitHub {
owner = "updatecli";
repo = pname;
rev = "v${version}";
hash = "sha256-UfiwagyE3w+kcPJnDDNTCGrxghnag/RPz6SSdAglyYA=";
hash = "sha256-C+PWuFjTxmD+/qUsuJDueNrhFXKqu0PZnLPlQ3KJQlE=";
};
vendorHash = "sha256-STiVtzA78zeo5wywwzvA0dqmBW3REUvcpOXuWjpxReY=";