diff options
| author | Robert Schütz <github@dotlambda.de> | 2023-03-11 12:34:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 12:34:34 -0800 |
| commit | 955850834125d3e94e8389e6001d46594b927c0f (patch) | |
| tree | cd9a66bc55ba9ce28788bad3b4cec25186cc0ec7 /pkgs/development/python-modules/python-rapidjson/default.nix | |
| parent | Merge pull request #220716 from superherointj/github-runner-fix-hash (diff) | |
| download | nixpkgs-origin/revert-220653-alpine-git-revisions.tar.gz | |
Revert "tree-wide: add git revisions to alpine git urls"origin/revert-220653-alpine-git-revisions
Diffstat (limited to 'pkgs/development/python-modules/python-rapidjson/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-rapidjson/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-rapidjson/default.nix b/pkgs/development/python-modules/python-rapidjson/default.nix index 6f058e0d9d0d..f2cd6d285b75 100644 --- a/pkgs/development/python-modules/python-rapidjson/default.nix +++ b/pkgs/development/python-modules/python-rapidjson/default.nix @@ -21,7 +21,7 @@ let }; patches = [ (fetchpatch { - url = "https://git.alpinelinux.org/aports/plain/community/rapidjson/do-not-include-gtest-src-dir.patch?id=9e5eefc7a5fcf5938a8dc8a3be8c75e9e6809909"; + url = "https://git.alpinelinux.org/aports/plain/community/rapidjson/do-not-include-gtest-src-dir.patch"; hash = "sha256-BjSZEwfCXA/9V+kxQ/2JPWbc26jQn35CfN8+8NW24s4="; }) ]; |
