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

simplotask: 1.11.3 -> 1.11.4

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

buildGoModule rec {
  pname = "simplotask";
  version = "1.11.3";
  version = "1.11.4";

  src = fetchFromGitHub {
    owner = "umputun";
    repo = "spot";
    rev = "v${version}";
    hash = "sha256-sNYC8QQmVdBjHU3/pDD4TGLDxKsMLyMmZa7wBVlWnGM=";
    hash = "sha256-G/T7LF8ujlCSbK1Lv2h43OZVx52yrLDr+6e/WxhaHOo=";
  };

  vendorHash = null;