forked from mirrors/nixpkgs
erlang: 24.1.4 -> 24.1.5 (#145530)
This commit is contained in:
parent
57a7c5de18
commit
8ea3df51cd
|
@ -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.4";
|
||||
sha256 = "sha256-QE2VRayIswVrAOv9/bq+ebv3xxIL3fFMnfm5u1Wh8j4=";
|
||||
version = "24.1.5";
|
||||
sha256 = "sha256-MSPoJpbL9WeERqCSh9fiw9jhJGssqolxudyURpiypb0=";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue