simplotask: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2025-05-27 21:58:05 +00:00
parent 3f62a1ca1a
commit 1eb2ed4d3b

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-uMS2Nf5Brx4hXMGMG3vTU3V2y83gLPb8vau7GA+DGak=";
hash = "sha256-6SWWf1ZprCZPXLvUtIln1+TrOztn7WWkN8o/fQXau5I=";
};
vendorHash = null;