simplotask: 1.14.1 -> 1.15.0

This commit is contained in:
R. Ryantm 2024-04-08 07:12:53 +00:00
parent f6eb921406
commit 845c3eb15e
1 changed files with 2 additions and 2 deletions

View File

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