Skip to content

Commit

Permalink
pkgs(grass): update to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jun 25, 2023
1 parent ed2074d commit 4beda8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/grass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "grass";
version = "8.2.1";
version = "8.3.0";

src = with lib; fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = version;
hash = "sha256-U3PQd3u9i+9Bc7BSd0gK8Ss+iV9BT1xLBDrKydtl3Qk=";
hash = "sha256-YHQtvp/AYMWme46yIc4lE/izjqVePnPxn3GY5RRfPq4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4beda8e

Please sign in to comment.