tootik: 0.14.1 → 0.15.0

This commit is contained in:
Nikolay Korotkiy
2025-01-13 01:44:29 +04:00
parent 38df913e71
commit 7beef8d464
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "tootik";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
tag = version;
hash = "sha256-uYMQ62OUDhd+LT7ORCDttDC+ojGN+7IDBpqKhShm6Nk=";
hash = "sha256-Onl64ps8rfLVnZYQ2KPzS+mslgeNz2wpJuabwsqhXlM=";
};
vendorHash = "sha256-GSi+sQz7kgp1YHEzH/Y7rOOEEhhvzd75cVhSow3URaU=";