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
+2 -2
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";