sloth: 0.15.0 -> 0.16.0 (#506615)

This commit is contained in:
Paul Meyer
2026-04-20 11:55:08 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "sloth";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "slok";
repo = "sloth";
rev = "v${finalAttrs.version}";
hash = "sha256-VwktgkJjJ1tMlGZwhr1bvaCDiatZKlylFY//8YpXPYw=";
hash = "sha256-/sDjefcuZZFqzEAppuDefctayfITktbpi0dHB0vu27M=";
};
vendorHash = "sha256-5TTOQ9u7BDrwGa2X8y6d0C6Vb92ZBk451V0kpsUhl9c=";
vendorHash = "sha256-/1bZNarqCI24pm/SXtOZ+PDDTVpCdFebx6ccDSvnf5o=";
subPackages = [ "cmd/sloth" ];