Commit 0e285e92 authored by R. RyanTM's avatar R. RyanTM
Browse files

tar2ext4: 0.10.0 -> 0.11.1

parent c6ce2860
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "tar2ext4";
  version = "0.10.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "hcsshim";
    rev = "v${version}";
    sha256 = "sha256-+GhYeQ27uwg9JOv1qbf1+UbMd+vPXJ05nsXZD9OakzI=";
    sha256 = "sha256-iz8trRuGyIpGbRX+qYyKKS9gR8daLTRzKmlxE94eDzo=";
  };

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