about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 13:00:06 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-06-10 23:20:58 +0200
commit147d17e57085b79c1bcfe164ec97035fe16541dd (patch)
tree985599674fdbe490f34d1665f858503abd5fc486 /pkgs
parent2ff6d0c21d570afbddb71e3d9f9cebdb123dc782 (diff)
downloadnixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar.gz
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar.bz2
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar.lz
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar.xz
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.tar.zst
nixlib-147d17e57085b79c1bcfe164ec97035fe16541dd.zip
grails: 3.3.9 -> 3.3.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grails/versions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/grails/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/grails/default.nix b/pkgs/development/web/grails/default.nix
index b4d78ef08501..018c7f969697 100644
--- a/pkgs/development/web/grails/default.nix
+++ b/pkgs/development/web/grails/default.nix
@@ -11,11 +11,11 @@ let
 in
 stdenv.mkDerivation rec {
   name = "grails-${version}";
-  version = "3.3.9";
+  version = "3.3.10";
 
   src = fetchurl {
     url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip";
-    sha256 = "0xnwi9m9l8rz4wdwjp2i3yfzsq1szz37z886nc6lbfxd5mj19hnn";
+    sha256 = "1lykawfi47c2k6lq4vrnghlz8gcnmqsslxsnaq4d2n78g0y3yyr2";
   };
 
   buildInputs = [ unzip ];