tootik: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2025-05-24 03:44:39 +00:00
parent a61befb69a
commit 398940fa0a

View file

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "tootik"; pname = "tootik";
version = "0.16.0"; version = "0.16.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dimkr"; owner = "dimkr";
repo = "tootik"; repo = "tootik";
tag = version; tag = version;
hash = "sha256-C6FPVWrQb3+tG3nwmH8XaVrnui9SfzFbazWfFj36PEg="; hash = "sha256-khEpx4XG0I6AXs40H0rvyUZiE8LMI4zaMjTrA37zjn8=";
}; };
vendorHash = "sha256-asL0W5ohrXbyTAXRJBP2UdJqGa0w4mX0x/x6B3qt7Gg="; vendorHash = "sha256-gGQA/nvtQeJccTGTJtnoiR1hpruJziCEo5sbTQVR9d8=";
nativeBuildInputs = [ openssl ]; nativeBuildInputs = [ openssl ];