summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-rapidjson/default.nix
diff options
context:
space:
mode:
authorRobert Schütz <github@dotlambda.de>2023-03-11 12:34:34 -0800
committerGitHub <noreply@github.com>2023-03-11 12:34:34 -0800
commit955850834125d3e94e8389e6001d46594b927c0f (patch)
treecd9a66bc55ba9ce28788bad3b4cec25186cc0ec7 /pkgs/development/python-modules/python-rapidjson/default.nix
parentMerge pull request #220716 from superherointj/github-runner-fix-hash (diff)
downloadnixpkgs-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.nix2
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=";
})
];