Merge pull request #295480 from r-ryantm/auto-update/docker-buildx

docker-buildx: 0.13.0 -> 0.13.1
This commit is contained in:
Weijia Wang 2024-03-23 23:10:41 +01:00 committed by GitHub
commit a848964e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-R4+MVC8G4wNwjZtBnLFq+TBiesUYACg9c5y2CUcqHHQ=";
hash = "sha256-mesFwYgDCZ44/EJ31mzx9yLeMyV2bXpxaNSx6L3BQG0=";
};
doCheck = false;