Unverified Commit bfe6ef64 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

simplotask: 1.16.4 -> 1.17.0 (#407228)

parents d09c7dd9 87373297
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;