erlangR23: 23.3.4.4 -> 23.3.4.5

launchpad/nixpkgs/master
R. RyanTM 3 years ago committed by Raphael Megzari
parent e84a1189f5
commit d3483140b2
  1. 4
      pkgs/development/interpreters/erlang/R23.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 = "23.3.4.4";
sha256 = "dnoSGfBUZrgcnNQNAoqmVOxK/NQlt1DC187sxg7mPq8=";
version = "23.3.4.5";
sha256 = "2u/w8IPKHEZ+rZ3T7Wn9+Ggxe6JY8cHz8q/N0RjbrNU=";
}

Loading…
Cancel
Save