1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

tar2ext4: 0.12.3 -> 0.12.4

This commit is contained in:
R. Ryantm 2024-06-07 15:41:29 +00:00
parent dfec583872
commit 8d7dcf6f62

View file

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