Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
updated arouteserver to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Mar 23, 2024
1 parent 9e6782d commit 4049d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 4049d0d

Please sign in to comment.