summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 15:04:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 15:04:48 +0000
commit1bf68736c47929d37ceeae028b05ac122bf54dc3 (patch)
tree847e3053b66b3ca9941e52d1d10f1e0ae50a71c5 /pkgs/applications/gis
parent413506a7ca983170cc8c7bc47f0845a2e6e03e95 (diff)
grass: 8.3.1 -> 8.3.2
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/grass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index c100c9dd1441..5fcc6f93fac0 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "grass";
- version = "8.3.1";
+ version = "8.3.2";
src = fetchFromGitHub {
owner = "OSGeo";
repo = "grass";
rev = finalAttrs.version;
- hash = "sha256-SoJq4SuDYImfkM2e991s47vYusrmnrQaXn7p3xwyOOQ=";
+ hash = "sha256-loeg+7h676d2WdYOMcJFyzeEZcxjBynir6Hz0J/GBns=";
};
nativeBuildInputs = [