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

simplotask: 1.8.1 -> 1.9.0
This commit is contained in:
Nick Cao
2023-07-16 21:33:27 -06:00
committed by GitHub
+2 -2
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;