tar2ext4: 0.12.1 -> 0.12.3

This commit is contained in:
R. Ryantm
2024-04-24 14:06:57 +02:00
committed by Alyssa Ross
parent 8a30b52c56
commit 1ca46a5fb5
+2 -2
View File
@@ -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";