Unverified Commit 37a94160 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

sloth: 0.15.0 -> 0.16.0 (#506615)

parents 590ef428 ac1423d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];