docker-buildx: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2024-03-13 00:51:08 +00:00
parent 6e04aef752
commit 8f6a469b48
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;