about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-11-04 11:18:35 +0000
committerGitHub <noreply@github.com>2021-11-04 11:18:35 +0000
commitc4aa4615041d01244fd970b610abea3d5d5b2210 (patch)
tree248b94c5b8662a48af14328c1f9e67813c4e55bb
parent3bccce68d195aef59149d528c5ebe585e6331259 (diff)
parentf45b47d972ba02a810a77ae2da5e1412ef7d4f9b (diff)
Merge pull request #144591 from happysalada/update_erlang
erlang: 24.1.3 -> 24.1.4
-rw-r--r--pkgs/development/interpreters/erlang/R24.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/R24.nix b/pkgs/development/interpreters/erlang/R24.nix
index 12f7464f064e9..589a836967c05 100644
--- a/pkgs/development/interpreters/erlang/R24.nix
+++ b/pkgs/development/interpreters/erlang/R24.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 = "24.1.3";
-  sha256 = "sha256-l0+eZh4F/erY0ZKikUilRPiwkIhEL1Fb5BauR7gh+Ew=";
+  version = "24.1.4";
+  sha256 = "sha256-QE2VRayIswVrAOv9/bq+ebv3xxIL3fFMnfm5u1Wh8j4=";
 }