Merge pull request #182114 from willcohen/grass-8.2

grass: 8.0.1 -> 8.2.0
This commit is contained in:
Winter 2022-07-20 12:10:04 -04:00 committed by GitHub
commit 24764712a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "grass";
version = "8.0.1";
version = "8.2.0";
src = with lib; fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = version;
sha256 = "sha256-rcOT21HRJDR+DEYsZn6BjOOhy28DWapz9PN7cRAdWGc=";
sha256 = "sha256-VK9FCqIwHGmeJe5lk12lpAGcsC1aPRBiI+XjACXjDd4=";
};
nativeBuildInputs = [ pkg-config ];