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

tar2ext4: 0.12.0 -> 0.12.1

parent 2d600be9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";