Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

grails: 5.3.0 -> 5.3.2

authored by

R. Ryantm and committed by
Bjørn Forsman
e0b99fe0 b139b605

+2 -2
+2 -2
pkgs/development/web/grails/default.nix
··· 11 11 in 12 12 stdenv.mkDerivation rec { 13 13 pname = "grails"; 14 - version = "5.3.0"; 14 + version = "5.3.2"; 15 15 16 16 src = fetchurl { 17 17 url = "https://github.com/grails/grails-core/releases/download/v${version}/grails-${version}.zip"; 18 - sha256 = "sha256-0Ow3G0QbKXQSpjLf371CYNxC3XoO5sv1SQD4MlHeOQ4="; 18 + sha256 = "sha256-UdRtrQiHbBc8VoVUulDCZmAfZ1YTVdgNfeF91HomSqc="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ unzip ];