proj: 9.4.0 -> 9.4.1

(cherry picked from commit 216e814186)
This commit is contained in:
Ivan Mincik 2024-06-03 09:25:51 +02:00 committed by github-actions[bot]
parent c046b651e5
commit d4f2f6785c

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "proj";
version = "9.4.0";
version = "9.4.1";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "PROJ";
rev = finalAttrs.version;
hash = "sha256-m8u5+uWeXI2lxxsTcVJbvCiV30CQifw4reAY3GHHavA=";
hash = "sha256-sLlG9NNHST9d0G5hV1tOGpTSv4rbUxERW3kwGC+t1iU=";
};
patches = [