lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

proj: 9.2.1 -> 9.3.0

Diff: https://github.com/OSGeo/PROJ/compare/9.2.1...9.3.0

Changelog: https://github.com/OSGeo/PROJ/blob/9.3.0/NEWS

+2 -2
+2 -2
pkgs/development/libraries/proj/default.nix
··· 17 17 18 18 stdenv.mkDerivation (finalAttrs: rec { 19 19 pname = "proj"; 20 - version = "9.2.1"; 20 + version = "9.3.0"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "OSGeo"; 24 24 repo = "PROJ"; 25 25 rev = version; 26 - hash = "sha256-cUnnJ9gOh65xBbfamfDkN7ajRdRLO5nUXRLeaBBMchg="; 26 + hash = "sha256-M1KUXzht4qIjPfHxvzPr7XUnisMwtbegKp18XQjNYHg="; 27 27 }; 28 28 29 29 patches = [