about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-09-01 07:47:01 +0000
committerAlyssa Ross <hi@alyssa.is>2021-09-01 07:47:01 +0000
commitc13cf1e76f118c6b5942a5f2af8a469cef86e4b5 (patch)
tree7902588669d8abe4ed13b411fc1a397bb0b70205 /pkgs/tools/filesystems
parent3ba32e04a7e8fd164684e1b79a8a172f07d631d4 (diff)
parent538f369fb5289c9ad04dce965f57be3531761267 (diff)
Merge remote-tracking branch 'nixpkgs/master' into staging-next
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 bd173e7e57130..cd042f701d3af 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.20";
+  version = "0.8.21";
 
   src = fetchFromGitHub {
     owner = "microsoft";
     repo = "hcsshim";
     rev = "v${version}";
-    sha256 = "sha256-X7JsUFL9NkNT7ihE5olrqMUP8RnoVC10KLrQeT/OU3o=";
+    sha256 = "sha256-oYCL6agif/BklMY5/ub6PExS6D/ZlTxi1QaabMOsEfw=";
   };
 
   sourceRoot = "source/cmd/tar2ext4";