docker-buildx: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2024-07-23 03:41:35 +00:00
parent 6f3bb7dca6
commit fea5949d9d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-buildx";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-pEPm4NtuJeoULmESIZfWVW4jzS1eC6hUb5/62Tjsv0I=";
hash = "sha256-pD4drDX9jS6X6S2q/GaxODL1zVG++xGerDQiioONHII=";
};
doCheck = false;