about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-01 07:31:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-01 07:31:45 +0000
commit8f00715ad0d0099c16c3735815e2daf5519abde0 (patch)
treec0100468798736e1435638bac5d4a216aff39643 /pkgs/tools
parentafcb9e9c281490ba555038cce367f06d154e653a (diff)
tar2ext4: 0.9.4 -> 0.9.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/tar2ext4/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/tar2ext4/default.nix b/pkgs/tools/filesystems/tar2ext4/default.nix
index 3dfdb86a9a13b..daa2374376583 100644
--- a/pkgs/tools/filesystems/tar2ext4/default.nix
+++ b/pkgs/tools/filesystems/tar2ext4/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tar2ext4";
-  version = "0.9.4";
+  version = "0.9.5";
 
   src = fetchFromGitHub {
     owner = "microsoft";
     repo = "hcsshim";
     rev = "v${version}";
-    sha256 = "sha256-P2ri+9MDV6ObyAiqUguifjqkPg+8zE+Ha6jgFS5aCsQ=";
+    sha256 = "sha256-p64BQlxwXU9+6MbT2Aw9EcW82t2i3E6mKfOWoEEFf9g=";
   };
 
   sourceRoot = "source/cmd/tar2ext4";