Commit ad110e21 authored by R. RyanTM's avatar R. RyanTM
Browse files

simplotask: 1.15.0 -> 1.15.1

parent 71b4a603
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "simplotask";
  version = "1.15.0";
  version = "1.15.1";

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "spot";
    rev = "v${version}";
    hash = "sha256-pd6bue/uo6+ZBaN7ZKf/byuPOKOLZdCQau7I7F+iZb0=";
    hash = "sha256-XLkq8Oe3EsP0wf0sA7NSZWIsQQnOAGmvlVQad35+5Ws=";
  };

  vendorHash = null;