Unverified Commit d4713d59 authored by R. RyanTM's avatar R. RyanTM Committed by Nikolay Korotkiy
Browse files

saga: 9.9.2 -> 9.9.3

parent 0bcf98ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@

stdenv.mkDerivation rec {
  pname = "saga";
  version = "9.9.2";
  version = "9.9.3";

  src = fetchurl {
    url = "mirror://sourceforge/saga-gis/saga-${version}.tar.gz";
    hash = "sha256-fBnHootXNwdnB+TnBMS7U7oPWhs3p7cFvPVbAIwQCBE=";
    hash = "sha256-6wyAUf4Dy41OEHqlY1T8wh/RCmPeCboDccX7ieqXPdo=";
  };

  sourceRoot = "saga-${version}/saga-gis";
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
  meta = {
    description = "System for Automated Geoscientific Analyses";
    homepage = "https://saga-gis.sourceforge.io";
    changelog = "https://sourceforge.net/p/saga-gis/wiki/Changelog ${version}/";
    changelog = "https://sourceforge.net/p/saga-gis/wiki/Changelog%20${version}/";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [
      michelk