erlangR22: 22.3.4.17 -> 22.3.4.19

authored by

R. RyanTM and committed by
Raphael Megzari
4f51b501 d59217b5

+2 -2
+2 -2
pkgs/development/interpreters/erlang/R22.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 = "22.3.4.17"; 7 - sha256 = "sha256-YhKU9I4qN+TVG3t//t9htUBkOu8DS75vbn/qWvS1zc0="; 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 = "22.3.4.19"; 7 + sha256 = "sha256-U3ks7pDIqS8HVJ+yBobhEbKvnd9svEcQd9BsJQwajDs="; 8 }