summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-23 13:45:05 +0100
committerGitHub <noreply@github.com>2022-02-23 13:45:05 +0100
commit8970e632fc6d23dd7f57a292983f5e8f6294f903 (patch)
treecef29a108f0ba113f43fe588178225d1a40e19c9 /pkgs/tools/filesystems
parent123e9256b5fc73c625af336dc9add494f9cac32b (diff)
parent123005643f0b0a922ee127c6377d777bb6998922 (diff)
downloadnixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar.gz
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar.bz2
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar.lz
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar.xz
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.tar.zst
nixpkgs-8970e632fc6d23dd7f57a292983f5e8f6294f903.zip
Merge pull request #159795 from r-ryantm/auto-update/tar2ext4
tar2ext4: 0.8.22 -> 0.9.2
Diffstat (limited to 'pkgs/tools/filesystems')
-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 41a47566eec..0c92c3e2bf3 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.8.22";
+  version = "0.9.2";
 
   src = fetchFromGitHub {
     owner = "microsoft";
     repo = "hcsshim";
     rev = "v${version}";
-    sha256 = "sha256-z8w/xzNEebnQJTO4H5PlU5W+69MY1wQwmuz5inXBl1k=";
+    sha256 = "sha256-Qa93MpTAMCA7vn7LefILDdAKYyRDPPq0vBwmIfegyuU=";
   };
 
   sourceRoot = "source/cmd/tar2ext4";