erlang: 25.0.2 -> 25.0.3

https://www.erlang.org/patches/otp-25.0.3
This commit is contained in:
Shane Sveller
2022-07-16 17:44:44 +02:00
committed by Bjørn Forsman
parent e6349895cf
commit bfae31c89d
+2 -2
View File
@@ -3,6 +3,6 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/erlang/otp/archive/OTP-${version}.tar.gz
mkDerivation {
version = "25.0.2";
sha256 = "01jgmrskm04vdx560wry4xjy7xj57b82fhwyhn42hpv5k3dz4lp7";
version = "25.0.3";
sha256 = "0zchcm7gv52j30fq5p658h9c593ziirq09kkah6mpsvjfdsmvmgl";
}