tar2ext4: 0.12.6 -> 0.12.7

This commit is contained in:
R. Ryantm
2024-09-26 09:51:08 +02:00
committed by Alyssa Ross
parent 6de7b1dfe1
commit 39fbc9ce24
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tar2ext4";
version = "0.12.6";
version = "0.12.7";
src = fetchFromGitHub {
owner = "microsoft";
repo = "hcsshim";
rev = "v${version}";
sha256 = "sha256-bgYF1CY5LVZz9dVFjLSMqb8k+kU6AuGRgPbCZ8uI3KA=";
sha256 = "sha256-ObNBeHmQ4VqnZdUbKxLxuXeRw2jVPQxroO2HK4Wp8tg=";
};
sourceRoot = "${src.name}/cmd/tar2ext4";