Unverified Commit 9d59f92e authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tootik: 0.18.0 → 0.19.6 (#449190)

parents 035e4079 e7dd06d8
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "tootik";
  version = "0.18.0";
  version = "0.19.6";

  src = fetchFromGitHub {
    owner = "dimkr";
    repo = "tootik";
    tag = version;
    hash = "sha256-j+1oMfeuE4gZjhWsDORsDhF+EUcNeCv0EDz6Q7DNPzQ=";
    tag = "v${version}";
    hash = "sha256-xbYmIH3dsZg2mL4coUwIAyQA5EhnTUOXs6Vu6ThfwUg=";
  };

  vendorHash = "sha256-dQcmpYaSWvgF3B/rMs36+Snxh24JTPmkKGamkzcqqeM=";
  vendorHash = "sha256-hVhAtKW6O2wpmQS4l/O8ltt+aHxW6nDVpegOIip545c=";

  nativeBuildInputs = [ openssl ];

@@ -31,6 +31,8 @@ buildGoModule rec {

  doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);

  __darwinAllowLocalNetworking = true;

  meta = {
    description = "Federated nanoblogging service with a Gemini frontend";
    homepage = "https://github.com/dimkr/tootik";