about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-31 21:01:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-31 21:01:46 +0000
commit2a2c4edd4f587c7b74b4401236f49e9adbc56c57 (patch)
treecc81cf3eaf24329deaddb95f2a72fbdfbbae8344
parente5f6890469d8d1c3f5f58370fc9474cf246913fa (diff)
erlang_24: 24.3.4.14 -> 24.3.4.15
-rw-r--r--pkgs/development/interpreters/erlang/24.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/24.nix b/pkgs/development/interpreters/erlang/24.nix
index c66d829433b0a..175640601e9a8 100644
--- a/pkgs/development/interpreters/erlang/24.nix
+++ b/pkgs/development/interpreters/erlang/24.nix
@@ -1,6 +1,6 @@
 { mkDerivation }:
 
 mkDerivation {
-  version = "24.3.4.14";
-  sha256 = "sha256-+OEA7bVomZox/iHhkRQPt91WayyxZQDkDI92B5Ez24Q=";
+  version = "24.3.4.15";
+  sha256 = "sha256-1a/5jxTLDWlQHEMfKZoAO3wrg1U0wYBf+xXhyO/EnXA=";
 }