simplotask: 1.11.4 -> 1.11.5

This commit is contained in:
R. Ryantm 2023-09-06 19:09:06 +00:00
parent 362c9430e3
commit 725df9a062

View file

@ -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;