summary refs log tree commit diff
path: root/pkgs/development/interpreters/erlang
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-15 21:46:51 +0000
committerRaphael Megzari <raphael@megzari.com>2021-06-16 15:21:49 +0900
commite264354b616f5cd0a614ad79aca81cb43daf28a1 (patch)
tree952eb00bd23dcc56a837a4592db21dc7476570cf /pkgs/development/interpreters/erlang
parent4e63e476c71722a331802e1f91269ad8da18b96e (diff)
downloadnixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar.gz
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar.bz2
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar.lz
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar.xz
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.tar.zst
nixpkgs-e264354b616f5cd0a614ad79aca81cb43daf28a1.zip
erlangR23: 23.3.4.2 -> 23.3.4.3
Diffstat (limited to 'pkgs/development/interpreters/erlang')
-rw-r--r--pkgs/development/interpreters/erlang/R23.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/R23.nix b/pkgs/development/interpreters/erlang/R23.nix
index ee788560dcf..3ecbf3de2a9 100644
--- a/pkgs/development/interpreters/erlang/R23.nix
+++ b/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.2";
-  sha256 = "QAIkiYBhYnUzyRg70SQ4BwjjYqclDA4uruqRNTgB2Sk=";
+  version = "23.3.4.3";
+  sha256 = "wmR0XTMrJ3608HD341lNlYChwxs/8jb12Okw3RNHGCA=";
 }