erlang: 24.0.2 -> 24.0.3

launchpad/nixpkgs/master
R. RyanTM 3 years ago committed by Raphael Megzari
parent ee9047870d
commit d6d304cd12
  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.0.2";
sha256 = "gAiQc+AVj5xjwAnn9mF4xprjZOft1JvfEFVJMG5isxg=";
version = "24.0.3";
sha256 = "KVMISrWNBkk+w37gB4M5TQkgm4odZ+GqLvKN4stzOUI=";
}

Loading…
Cancel
Save