Merge pull request #174361 from r-ryantm/auto-update/bloat

authored by

Sandro and committed by
GitHub
a40fb837 c22b27cf

+3 -3
+3 -3
pkgs/servers/bloat/default.nix
··· 6 7 buildGoModule { 8 pname = "bloat"; 9 - version = "unstable-2022-03-31"; 10 11 src = fetchgit { 12 url = "git://git.freesoftwareextremist.com/bloat"; 13 - rev = "a38d29a43592601d37d671db8748f0980071c0c4"; 14 - sha256 = "sha256-7Hxt0QlOYMBMvDS40fpfSItGkd5nYFQmmjJIevNyeF8="; 15 }; 16 17 vendorSha256 = null;
··· 6 7 buildGoModule { 8 pname = "bloat"; 9 + version = "unstable-2022-05-10"; 10 11 src = fetchgit { 12 url = "git://git.freesoftwareextremist.com/bloat"; 13 + rev = "1661219ab6e3c12b29d676d57ce452feb81d0dd9"; 14 + sha256 = "sha256-Vb0WTRYPv0+g0by+h09sDDMVCjRYF28PwbXJNkdX6NA="; 15 }; 16 17 vendorSha256 = null;