simplotask: 1.8.1 -> 1.9.0

This commit is contained in:
R. Ryantm 2023-07-16 23:16:59 +00:00
parent b49c4f87f9
commit 4c3a027b8b

View file

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