tar2ext4: 0.12.1 -> 0.12.3

authored by R. Ryantm and committed by Alyssa Ross 1ca46a5f 8a30b52c

+2 -2
+2 -2
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "tar2ext4"; 5 - version = "0.12.1"; 5 + version = "0.12.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "microsoft"; 9 9 repo = "hcsshim"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-p0sNdCC8T5MDVimkS2DJusfuM788QxEtgKJNGlqrkAU="; 11 + sha256 = "sha256-xBlol+09rogbNSYM6Ok5EWb6IEfrVb+/wNMqAA3ZELU="; 12 12 }; 13 13 14 14 sourceRoot = "${src.name}/cmd/tar2ext4";