summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-24 07:21:05 +0000
committerRaphael Megzari <raphael@megzari.com>2021-05-24 20:33:08 +0900
commit4f51b501fe6c6bd19fdefae272a42f16820f3cdd (patch)
tree2e1c156afc46ea3448ae8901f312873783f9a0ca /pkgs
parentd59217b5f88511d3b051c5f3f041d7bd13207ccc (diff)
downloadnixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar.gz
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar.bz2
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar.lz
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar.xz
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.tar.zst
nixpkgs-4f51b501fe6c6bd19fdefae272a42f16820f3cdd.zip
erlangR22: 22.3.4.17 -> 22.3.4.19
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/erlang/R22.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/erlang/R22.nix b/pkgs/development/interpreters/erlang/R22.nix
index 5be67081b11..c69c26d4cb0 100644
--- a/pkgs/development/interpreters/erlang/R22.nix
+++ b/pkgs/development/interpreters/erlang/R22.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 = "22.3.4.17";
-  sha256 = "sha256-YhKU9I4qN+TVG3t//t9htUBkOu8DS75vbn/qWvS1zc0=";
+  version = "22.3.4.19";
+  sha256 = "sha256-U3ks7pDIqS8HVJ+yBobhEbKvnd9svEcQd9BsJQwajDs=";
 }