tar2ext4: 0.12.0 -> 0.12.1

This commit is contained in:
R. Ryantm 2024-03-23 02:36:01 +00:00 committed by Alyssa Ross
parent 2d600be9c4
commit de70648e07
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-Zpcv3sSO1iQGgoy6PYfhf165BgGi2mkS9s+y8Ewhxa8=";
sha256 = "sha256-p0sNdCC8T5MDVimkS2DJusfuM788QxEtgKJNGlqrkAU=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";