From 4049d0db6e699e645a84c04a45a4dbfea0820fc4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 23 Mar 2024 17:27:34 +0100 Subject: [PATCH] updated arouteserver to 2.22.0 --- derivation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/derivation.nix b/derivation.nix index eb62071..ebe9302 100644 --- a/derivation.nix +++ b/derivation.nix @@ -31,12 +31,12 @@ let in pkgs.python3Packages.buildPythonPackage rec { pname = "arouteserver"; - version = "1.21.7"; + version = "1.22.0"; format = "pyproject"; src = pkgs.fetchPypi { inherit pname version; - hash = "sha256-ldOx/1/gHSmzR1YfelCUfZE7V62p4tBFCCX5HKfjubQ="; + hash = "sha256-YEF79RPu7VMINDpgl0gyhvTyzHgidhGQfMRbC6tHGoE="; }; nativeBuildInputs = with pkgs.python3Packages; [