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 {
pname = "tootik";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
tag = version;
hash = "sha256-C6FPVWrQb3+tG3nwmH8XaVrnui9SfzFbazWfFj36PEg=";
hash = "sha256-khEpx4XG0I6AXs40H0rvyUZiE8LMI4zaMjTrA37zjn8=";
};
vendorHash = "sha256-asL0W5ohrXbyTAXRJBP2UdJqGa0w4mX0x/x6B3qt7Gg=";
vendorHash = "sha256-gGQA/nvtQeJccTGTJtnoiR1hpruJziCEo5sbTQVR9d8=";
nativeBuildInputs = [ openssl ];