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

simplotask: 1.14.1 -> 1.15.0
This commit is contained in:
Nikolay Korotkiy 2024-04-09 09:50:37 +04:00 committed by GitHub
commit a44467432c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;