proj: 7.2.1 -> 8.0.1, fixes build w/glibc-2.33

This commit is contained in:
Maximilian Bosch 2021-06-03 22:32:35 +02:00 committed by Vladimír Čunát
parent 04be5ced7e
commit 25b20757e8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "proj";
version = "7.2.1";
version = "8.0.1";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "PROJ";
rev = version;
sha256 = "0mymvfvs8xggl4axvlj7kc1ksd9g94kaz6w1vdv0x2y5mqk93gx9";
sha256 = "sha256-pgmv/mtqpKbgU1RuKtue7NAnMyXR1BwGJwoeA/MTrpY=";
};
postPatch = lib.optionalString (version == "7.2.1") ''