Merge pull request #311013 from r-ryantm/auto-update/tootik

tootik: 0.10.4 -> 0.11.2
This commit is contained in:
Nikolay Korotkiy 2024-05-12 16:14:45 +04:00 committed by GitHub
commit 29f0314ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];