summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2022-03-09 09:35:42 +0100
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2022-03-09 09:36:19 +0100
commita335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1 (patch)
treedee4197e38862209d5026152db3d34eb88529a05
parentc3b435cf1c3647512ce2e00f63d554b481ab38c3 (diff)
downloadnixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar.gz
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar.bz2
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar.lz
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar.xz
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.tar.zst
nixpkgs-a335d1ba1ca3ece3f7caeaa8b49b50f4655bb5b1.zip
metals: 0.11.1 -> 0.11.2
-rw-r--r--pkgs/development/tools/metals/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/metals/default.nix b/pkgs/development/tools/metals/default.nix
index 3d4eb2c7788..a4fd0ee2338 100644
--- a/pkgs/development/tools/metals/default.nix
+++ b/pkgs/development/tools/metals/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "metals";
-  version = "0.11.1";
+  version = "0.11.2";
 
   deps = stdenv.mkDerivation {
     name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
     '';
     outputHashMode = "recursive";
     outputHashAlgo = "sha256";
-    outputHash     = "sha256-wYIuRTvkPqS4SE5RnkBgmLCwmNv+cYB/iPb9TYip9s0=";
+    outputHash     = "sha256-sriiHgKs2hC8inBGWuLM9qFfGgtcYqKHh0VZWNmg51U=";
   };
 
   nativeBuildInputs = [ makeWrapper ];