simplotask: 1.16.1 -> 1.16.2 (#366730)

This commit is contained in:
Nikolay Korotkiy
2024-12-20 16:19:27 +04:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.16.1";
version = "1.16.2";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-SfHemtGomn1zxK4oQMYXfzAftmMd5yroY+mFaxtq6HE=";
hash = "sha256-D5XQeY8y9Bof5AWAR5Wt6anOT6RFG887H5lwxvx02E8=";
};
vendorHash = null;