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

simplotask: 1.16.4 -> 1.17.0

parent 234f1c87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "simplotask";
  version = "1.16.4";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "spot";
    rev = "v${version}";
    hash = "sha256-pSYYYUzChK/GNAdCybd4KMNXwkTZo/0w6CtsYOvbKj8=";
    hash = "sha256-uMS2Nf5Brx4hXMGMG3vTU3V2y83gLPb8vau7GA+DGak=";
  };

  vendorHash = null;