simplotask: 1.9.0 → 1.9.2

This commit is contained in:
Nikolay Korotkiy 2023-07-22 20:59:26 +04:00
parent 3cfc4db1e0
commit d91dc038f1
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

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