erlang: 24.1.4 -> 24.1.5 (#145530)

authored by Raphael Megzari and committed by GitHub 8ea3df51 57a7c5de

+2 -2
+2 -2
pkgs/development/interpreters/erlang/R24.nix
··· 3 # How to obtain `sha256`: 4 # nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz 5 mkDerivation { 6 - version = "24.1.4"; 7 - sha256 = "sha256-QE2VRayIswVrAOv9/bq+ebv3xxIL3fFMnfm5u1Wh8j4="; 8 }
··· 3 # How to obtain `sha256`: 4 # nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz 5 mkDerivation { 6 + version = "24.1.5"; 7 + sha256 = "sha256-MSPoJpbL9WeERqCSh9fiw9jhJGssqolxudyURpiypb0="; 8 }