simplotask: 1.15.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2024-04-24 02:42:22 +00:00
parent 71b4a60386
commit ad110e2107
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.15.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-pd6bue/uo6+ZBaN7ZKf/byuPOKOLZdCQau7I7F+iZb0=";
hash = "sha256-XLkq8Oe3EsP0wf0sA7NSZWIsQQnOAGmvlVQad35+5Ws=";
};
vendorHash = null;