simplotask: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2024-12-02 04:42:52 +00:00
parent 10f06c512e
commit 67c8eb58f5

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-VnQIg5HXZZwvYpaYDF1CIphLtE4S+1zADE1WnicXOSQ=";
hash = "sha256-SfHemtGomn1zxK4oQMYXfzAftmMd5yroY+mFaxtq6HE=";
};
vendorHash = null;