tar2ext4: 0.12.4 -> 0.12.5

This commit is contained in:
R. Ryantm 2024-07-16 03:42:59 +00:00
parent b64e7d2266
commit af47fdf8b0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.12.4";
version = "0.12.5";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-aK1XZPHZSgTf6MTrJv+5SBr7FCT53VNXSTZQVnHM2GA=";
sha256 = "sha256-BK70SPZdNptJ3MXMgkMkf6oLZEKeLCMKqOZrK1KP2YE=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";