tootik: 0.17.1 -> 0.18.0

This commit is contained in:
R. Ryantm
2025-07-27 17:25:36 +00:00
parent 6a506984e3
commit 6a11d2fbc4
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "tootik";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
tag = version;
hash = "sha256-C3jljz1ftpSlgmwY5ktTJSiZ2DVxbctFT7LZXBow73s=";
hash = "sha256-j+1oMfeuE4gZjhWsDORsDhF+EUcNeCv0EDz6Q7DNPzQ=";
};
vendorHash = "sha256-Imnh/f+6pybALRnefxaTyZ95orhAQfLWdMsIIkOOurc=";
vendorHash = "sha256-dQcmpYaSWvgF3B/rMs36+Snxh24JTPmkKGamkzcqqeM=";
nativeBuildInputs = [ openssl ];