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

updatecli: 0.74.0 -> 0.75.0
This commit is contained in:
Nick Cao 2024-04-07 10:36:43 -04:00 committed by GitHub
commit 986da0c10a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "updatecli";
version = "0.74.0";
version = "0.75.0";
src = fetchFromGitHub {
owner = "updatecli";
repo = pname;
rev = "v${version}";
hash = "sha256-8yYuyUexidHiLG+Kbs3TiIDBHdvhxGP3wLm0SwxYWVU=";
hash = "sha256-8jQCwnc/kj3m/02nrA/na422rrvxxF7D3LzUen3O6ms=";
};
vendorHash = "sha256-6xvL8Cu8VsXnk8WuXpAdld25ZIYhP6RxofTIo0c/CZY=";
vendorHash = "sha256-7LC5gzK54u8zEtDOyeU1kgIycGLxOeMWYrrDTvC3gVQ=";
# tests require network access
doCheck = false;