simplotask: 1.16.0 -> 1.16.1 (#360970)

This commit is contained in:
Nikolay Korotkiy 2024-12-02 15:30:19 +04:00 committed by GitHub
commit 8c819ae53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;