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 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Mar 27, 2024
1 parent 4049d0d commit 4fe57fd
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.22.0";
version = "1.22.1";
format = "pyproject";

src = pkgs.fetchPypi {
inherit pname version;
hash = "sha256-YEF79RPu7VMINDpgl0gyhvTyzHgidhGQfMRbC6tHGoE=";
hash = "sha256-/s+y1KsUouH+kx+c44LjWh7PuuA1goPhEKvVaIoET2c=";
};

nativeBuildInputs = with pkgs.python3Packages; [
Expand Down

0 comments on commit 4fe57fd

Please sign in to comment.