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

simplotask: 1.9.2 -> 1.11.3
This commit is contained in:
Nikolay Korotkiy 2023-08-11 00:08:52 +04:00 committed by GitHub
commit 83d1efe952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.9.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-cUsxkp/cWA7odhPli00rVodX2FjM0xCl7g/uOlJQl3Y=";
hash = "sha256-sNYC8QQmVdBjHU3/pDD4TGLDxKsMLyMmZa7wBVlWnGM=";
};
vendorHash = null;