Unverified Commit c6990789 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

simplotask: 1.7.0 → 1.8.1

parent 6eb49841
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "simplotask";
  version = "1.7.0";
  version = "1.8.1";

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "spot";
    rev = "v${version}";
    hash = "sha256-aacG/s/zo4gMBsRug2i7vUyu1WUg3s+F8wtLsSVt7HQ=";
    hash = "sha256-u2Nj8AgkqwocxQMcPszzLaUu9vrbAA/cKjEqqxnbnr8=";
  };

  vendorHash = null;