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

tar2ext4: 0.12.1 -> 0.12.3

parent 8a30b52c
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.1";
  version = "0.12.3";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "hcsshim";
    rev = "v${version}";
    sha256 = "sha256-p0sNdCC8T5MDVimkS2DJusfuM788QxEtgKJNGlqrkAU=";
    sha256 = "sha256-xBlol+09rogbNSYM6Ok5EWb6IEfrVb+/wNMqAA3ZELU=";
  };

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