about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-09 13:25:03 +0200
committerGitHub <noreply@github.com>2021-06-09 13:25:03 +0200
commit4dc6d8c468ec8b35554ff49ae69391f7766b9cfc (patch)
treefc3e5846dfb4ea2dffb84466fc0b1bd1d4a4e8ba /pkgs/servers
parente946f477ec0d06a9ff00abcefa4f725d3eb4ee2c (diff)
parent3fd62910383a19fc910a38ea6ba9c3b35f9ed9c6 (diff)
Merge pull request #126209 from 06kellyjac/agate
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/gemini/agate/default.nix13
1 files changed, 3 insertions, 10 deletions
diff --git a/pkgs/servers/gemini/agate/default.nix b/pkgs/servers/gemini/agate/default.nix
index 5585926da5816..faaef53f164e9 100644
--- a/pkgs/servers/gemini/agate/default.nix
+++ b/pkgs/servers/gemini/agate/default.nix
@@ -2,26 +2,19 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "agate";
-  version = "3.0.3";
+  version = "3.1.0";
 
   src = fetchFromGitHub {
     owner = "mbrubeck";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-0sh9OuX52kvhTt681uZesOUttrxH8ZMxn6mTILQDQuU=";
+    sha256 = "sha256-miIMz4Lk4R5So96Ceqe1Fl5ozpf47qWq0GgtKFDDCCA=";
   };
 
-  cargoSha256 = "sha256-JBmSa2sc/eor0bCcIMhGGLmcJN+wCloP0Ao9DBybQbc=";
+  cargoSha256 = "sha256-NZpqCl37dZUvXmn4Q1Pvbz3LSxk1s0s5x1CBO0POA/4=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];
 
-  checkFlags = [
-    # Username and Password use the same ports and causes collision
-    # https://github.com/mbrubeck/agate/issues/50
-    "--skip username"
-    "--skip password"
-  ];
-
   doInstallCheck = true;
   installCheckPhase = ''
     runHook preInstallCheck