simplotask: 1.16.4 -> 1.17.0 (#407228)

This commit is contained in:
Nikolay Korotkiy
2025-05-15 14:04:37 +04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.16.4";
version = "1.17.0";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-pSYYYUzChK/GNAdCybd4KMNXwkTZo/0w6CtsYOvbKj8=";
hash = "sha256-uMS2Nf5Brx4hXMGMG3vTU3V2y83gLPb8vau7GA+DGak=";
};
vendorHash = null;