Commit b572f508 authored by R. RyanTM's avatar R. RyanTM Committed by Alyssa Ross
Browse files

tar2ext4: 0.12.8 -> 0.13.0

parent 46c587b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "tar2ext4";
  version = "0.12.8";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "hcsshim";
    rev = "v${version}";
    sha256 = "sha256-20+y7wFV3HxkrS1qHNq2neIc826HU5AXzuqqS7Ll2gg=";
    sha256 = "sha256-/ImyicXRBGclnUEpqygNYhknFYJmRqBqKkz/gNxVLWQ=";
  };

  sourceRoot = "${src.name}/cmd/tar2ext4";