tootik: 0.10.4 -> 0.11.2

This commit is contained in:
R. Ryantm 2024-05-12 07:49:43 +00:00
parent 9a65c1518c
commit 655aa1c85e

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tootik";
version = "0.10.4";
version = "0.11.2";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
rev = version;
hash = "sha256-7rdDVxfTYcj6Wcoxrb5xCbpEYVTHQpocM27mSezkpoE=";
hash = "sha256-aAIyEUeIZvDbWfUcfcETGrB3Md8GqRB8hvRBUtMU5Zs=";
};
vendorHash = "sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM=";
vendorHash = "sha256-kAnGMNBWqH37QETnn2ncp7qOaCSx6Xd4HCFhCehh/kU=";
nativeBuildInputs = [ openssl ];