about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 16:02:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 16:02:27 +0000
commit85416233c655dc7e713efa1bc51faea1bb90a92e (patch)
tree4b8c9b6481a74ba2d12ea661d31db92c57411178 /pkgs/development/interpreters
parent413506a7ca983170cc8c7bc47f0845a2e6e03e95 (diff)
downloadnixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar.gz
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar.bz2
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar.lz
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar.xz
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.tar.zst
nixlib-85416233c655dc7e713efa1bc51faea1bb90a92e.zip
erlang_26: 26.2.2 -> 26.2.3
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/erlang/26.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/26.nix b/pkgs/development/interpreters/erlang/26.nix
index bec804dcddcf..257226866725 100644
--- a/pkgs/development/interpreters/erlang/26.nix
+++ b/pkgs/development/interpreters/erlang/26.nix
@@ -1,6 +1,6 @@
 { mkDerivation }:
 
 mkDerivation {
-  version = "26.2.2";
-  sha256 = "sha256-7S+mC4pDcbXyhW2r5y8+VcX9JQXq5iEUJZiFmgVMPZ0=";
+  version = "26.2.3";
+  sha256 = "sha256-nUvGLzZ1PFc3Z/kDb3jspCFWXxkGZrazvGIpxfFLcbc=";
 }