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

simplotask: 1.16.3 -> 1.16.4 (#379748)

parents 34c5ee1a aec32c5c
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.3";
  version = "1.16.4";

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

  vendorHash = null;