Unverified Commit 18a3d8a5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #253695 from r-ryantm/auto-update/simplotask

simplotask: 1.11.4 -> 1.11.5
parents 65370810 725df9a0
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.4";
  version = "1.11.5";

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

  vendorHash = null;