Loading pkgs/by-name/to/tootik/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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"; Loading Loading
pkgs/by-name/to/tootik/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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"; Loading