1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

proj: 8.1.1 -> 8.2.0

This commit is contained in:
R. Ryantm 2021-11-03 21:02:44 +00:00 committed by Robert Schütz
parent 0e55ad3ddc
commit d1b5115afa

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "proj";
version = "8.1.1";
version = "8.2.0";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "PROJ";
rev = version;
sha256 = "sha256-Z2nruyowC3NG4Wb8AFBL0PME/zp9D7SwQdMSl6VjH/w=";
sha256 = "sha256-YXZ3txBWW5vUcdYLISJPxdFGCQpKi1vvJlX8rntujg8=";
};
patches = [