erlang: add updateScript and update versions (#118831)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
David Leslie
2021-04-12 19:59:37 +02:00
committed by GitHub
co-authored by Sandro
parent a3e9412a4e
commit a7b54d9016
6 changed files with 30 additions and 10 deletions
+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 = "22.3.4.16";
sha256 = "sha256-V0RwEPfjnHtEzShNh6Q49yGC5fbt2mNR4xy6f6iWvck=";
version = "22.3.4.17";
sha256 = "sha256-YhKU9I4qN+TVG3t//t9htUBkOu8DS75vbn/qWvS1zc0=";
}