Skip to content

Commit 3bc94ea

Browse files
r-ryantmimincik
authored andcommitted
proj: 9.5.1 -> 9.6.0
1 parent 6f74c1c commit 3bc94ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/proj/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "proj";
20-
version = "9.5.1";
20+
version = "9.6.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "OSGeo";
2424
repo = "PROJ";
2525
rev = finalAttrs.version;
26-
hash = "sha256-gKfsuznAhq29sOw78gpQ7TNZ6xCgmDBad3TcqFzoWVc=";
26+
hash = "sha256-sY3AIvsQnV2zi38nJs/U6zTsIgIv4/CaZaxinCg5nEs=";
2727
};
2828

2929
patches = [

0 commit comments

Comments
 (0)