tar2ext4: 0.8.20 -> 0.8.21

This commit is contained in:
R. RyanTM 2021-08-27 14:19:55 +00:00 committed by Alyssa Ross
parent 9de959a06f
commit 075a6f16c0

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.8.20";
version = "0.8.21";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-X7JsUFL9NkNT7ihE5olrqMUP8RnoVC10KLrQeT/OU3o=";
sha256 = "sha256-oYCL6agif/BklMY5/ub6PExS6D/ZlTxi1QaabMOsEfw=";
};
sourceRoot = "source/cmd/tar2ext4";