simplotask: 1.7.0 → 1.8.1

This commit is contained in:
Nikolay Korotkiy 2023-06-17 22:19:27 +04:00
parent 6eb4984132
commit c6990789ab
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.7.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-aacG/s/zo4gMBsRug2i7vUyu1WUg3s+F8wtLsSVt7HQ=";
hash = "sha256-u2Nj8AgkqwocxQMcPszzLaUu9vrbAA/cKjEqqxnbnr8=";
};
vendorHash = null;