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

Commit

Permalink
updated to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Feb 24, 2024
1 parent 49b560a commit a98c12a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
13 changes: 2 additions & 11 deletions derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,14 @@ let
in
pkgs.python3Packages.buildPythonPackage rec {
pname = "arouteserver";
version = "1.21.5";
version = "1.21.6";
format = "pyproject";

src = pkgs.fetchPypi {
inherit pname version;
hash = "sha256-S/2eFfIRL26OaMUZQ0B628tmWjyaLqQCUmGTVqBBSsA=";
hash = "sha256-JQFtVrbinva+w8WS2r+d/3aUxeocD/i5lh2DvSl3YLE=";
};

patches = [
# fix http downloads
(pkgs.fetchpatch {
url = "https://github.com/dd-ix/arouteserver/commit/fc0e78acb78c4ccb1a90db416456ccf03cbf5a42.patch";
hash = "sha256-SfNmF1t0veCItpLPf4e6zXtNpu2pj3gpCu2b3Bca8gI=";
})
];


nativeBuildInputs = with pkgs.python3Packages; [
setuptools
];
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a98c12a

Please sign in to comment.