tootik: 0.13.0 → 0.14.0 (#368620)

This commit is contained in:
Christian Kögler
2024-12-31 16:56:52 +01:00
committed by GitHub
+4 -4
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "tootik";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = "tootik";
rev = version;
hash = "sha256-YVfxyfPYaGbfGdWtcoJhrMBV+1FI0x7m5OA1oOdPFDo=";
tag = version;
hash = "sha256-9R/3rvFJTXvIfJF698yZ0wMmsN2T3I/Kj1nfOOZoOkI=";
};
vendorHash = "sha256-8GHyMF/WfoQOnoF0qHHC3aMTuNeB8eVynmXJf6CD+Es=";
vendorHash = "sha256-ADor2SEEPkWZVwpNEeb8ijUPAA6jZfD7QXJIIZ6BdD0=";
nativeBuildInputs = [ openssl ];