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

Commit

Permalink
arouteserver: 1.13.0 -> 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Sep 6, 2024
1 parent cae0fa5 commit 799a1b0
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 @@ -45,14 +45,14 @@ let
in
pkgs.python3Packages.buildPythonPackage rec {
pname = "arouteserver";
version = "1.23.0";
version = "1.23.1";
format = "pyproject";

src = pkgs.fetchFromGitHub {
owner = "pierky";
repo = pname;
rev = "v${version}";
hash = "sha256-mgulcGLUzNPIeDAZ2rrpo8OWegNHqNdxbmnbtuoOosE=";
hash = "sha256-EZOBMDBsxbuVzzjQWU8V4n3gcLkRQxCq2eVK/Tyko4E=";
};

nativeBuildInputs = with pkgs.python3Packages; [
Expand Down

0 comments on commit 799a1b0

Please sign in to comment.