erlang: 24.1.3 -> 24.1.4

main
happysalada 3 years ago
parent ef74ebb7b2
commit f45b47d972
  1. 4
      pkgs/development/interpreters/erlang/R24.nix

@ -3,6 +3,6 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
version = "24.1.3";
sha256 = "sha256-l0+eZh4F/erY0ZKikUilRPiwkIhEL1Fb5BauR7gh+Ew=";
version = "24.1.4";
sha256 = "sha256-QE2VRayIswVrAOv9/bq+ebv3xxIL3fFMnfm5u1Wh8j4=";
}

Loading…
Cancel
Save