Commit 663a3c9e authored by R. RyanTM's avatar R. RyanTM
Browse files

grass: 8.3.0 -> 8.3.1

parent 6c5458cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "grass";
  version = "8.3.0";
  version = "8.3.1";

  src = fetchFromGitHub {
    owner = "OSGeo";
    repo = "grass";
    rev = finalAttrs.version;
    hash = "sha256-YHQtvp/AYMWme46yIc4lE/izjqVePnPxn3GY5RRfPq4=";
    hash = "sha256-SoJq4SuDYImfkM2e991s47vYusrmnrQaXn7p3xwyOOQ=";
  };

  nativeBuildInputs = [