simplotask: 1.16.3 -> 1.16.4

This commit is contained in:
R. Ryantm
2025-02-06 02:57:23 +00:00
parent ab36ef17c8
commit aec32c5cd9
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "simplotask";
version = "1.16.3";
version = "1.16.4";
src = fetchFromGitHub {
owner = "umputun";
repo = "spot";
rev = "v${version}";
hash = "sha256-Se2Gq3GnQsAKIzRslt2zEkqeE8lwda96EcglhqfC5NA=";
hash = "sha256-pSYYYUzChK/GNAdCybd4KMNXwkTZo/0w6CtsYOvbKj8=";
};
vendorHash = null;