summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 14:46:23 +0000
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2022-01-13 12:44:50 -0500
commit2d3dd64808ab2d1a631c1f05556fbe59a7143d86 (patch)
treef32f16ee9456b67c66d3ceba08b5b3136fbae5a8
parent5e1226aef7c1e69d3eb2164e63ba4c304a877d8f (diff)
downloadnixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar.gz
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar.bz2
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar.lz
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar.xz
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.tar.zst
nixpkgs-2d3dd64808ab2d1a631c1f05556fbe59a7143d86.zip
scala: 2.13.7 -> 2.13.8
-rw-r--r--pkgs/development/compilers/scala/2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/scala/2.x.nix b/pkgs/development/compilers/scala/2.x.nix
index f39ab7ed68b..bac99fd79ac 100644
--- a/pkgs/development/compilers/scala/2.x.nix
+++ b/pkgs/development/compilers/scala/2.x.nix
@@ -26,8 +26,8 @@ let
     };
 
     "2.13" = {
-      version = "2.13.7";
-      sha256 = "FO8WAIeGvHs3E1soS+YkUHcB9lE5bRb9ikijWkvOqU4=";
+      version = "2.13.8";
+      sha256 = "LLMdhGnGUYOfDpyDehqwZVDQMXJnUvVJBr4bneATFM8=";
       pname = "scala_2_13";
     };
   };