tar2ext4: 0.12.5 -> 0.12.6

This commit is contained in:
R. Ryantm 2024-08-20 04:31:55 +00:00 committed by Alyssa Ross
parent acf70fe8d2
commit 7a4b2649f0

View File

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