lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tar2ext4: 0.8.20 -> 0.8.21

authored by

R. RyanTM and committed by
Alyssa Ross
075a6f16 9de959a0

+2 -2
+2 -2
pkgs/tools/filesystems/tar2ext4/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "tar2ext4"; 5 - version = "0.8.20"; 5 + version = "0.8.21"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "microsoft"; 9 9 repo = "hcsshim"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-X7JsUFL9NkNT7ihE5olrqMUP8RnoVC10KLrQeT/OU3o="; 11 + sha256 = "sha256-oYCL6agif/BklMY5/ub6PExS6D/ZlTxi1QaabMOsEfw="; 12 12 }; 13 13 14 14 sourceRoot = "source/cmd/tar2ext4";