Merge pull request #333830 from r-ryantm/auto-update/tfupdate

tfupdate: 0.8.4 -> 0.8.5
This commit is contained in:
Pol Dellaiera 2024-08-11 08:19:01 +02:00 committed by GitHub
commit 9c8d383207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tfupdate";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "minamijoyo";
repo = "tfupdate";
rev = "v${version}";
sha256 = "sha256-/wkCd73SrspHccbOZV6lq0Htk+Vjgbu2uTZLiEeZAdc=";
sha256 = "sha256-iWiY1IuNZCqHpnAoib0SkWwAg1Mnuqr2QjKI3KZGYs0=";
};
vendorHash = "sha256-/ZNWVuGInZY/t0s317FQstEPeJpTKWMXUVo8cE44GkI=";