saga: 9.8.1 -> 9.9.0 (#425267)

This commit is contained in:
Nikolay Korotkiy 2025-07-16 01:17:17 +04:00 committed by GitHub
commit aab9cae3f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "saga";
version = "9.8.1";
version = "9.9.0";
src = fetchurl {
url = "mirror://sourceforge/saga-gis/saga-${version}.tar.gz";
hash = "sha256-NCNeTxR4eWMJ3OHcBEQ2MZky9XiEExPscGhriDvXYf8=";
hash = "sha256-xS9h8QGm6PH8rx0qXmvolDpH9fy8ma7HlBVbQo5pX4Q=";
};
sourceRoot = "saga-${version}/saga-gis";