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

tootik: 0.9.6 -> 0.10.0
This commit is contained in:
Nikolay Korotkiy 2024-04-13 20:51:28 +04:00 committed by GitHub
commit 59778b7d09
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.9.6";
version = "0.10.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
rev = version;
hash = "sha256-RcuioFb0+mvZupwgaCN6qbcOy7gHp9KjJxRwaPI55yo=";
hash = "sha256-5rv+hkIBRu5uIUYsy7drJvcAHwL9tY8qD/dTj1mbarQ=";
};
vendorHash = "sha256-/52VjfoecXaML1cDRIEe1EQPYU8xeP9lu4lY3cMV3VE=";
vendorHash = "sha256-Lsc8nK4I1gZEW7RbEapHr3IJ6wTATLElX3XfNX1LwvM=";
nativeBuildInputs = [ openssl ];