1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 12:02:47 +00:00

metals: 0.9.0 -> 0.9.1

This commit is contained in:
Kevin Rauscher 2020-07-03 18:48:10 +02:00
parent 4855aa62fa
commit 04eb79c8a9

View file

@ -2,7 +2,7 @@
let
baseName = "metals";
version = "0.9.0";
version = "0.9.1";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@ -15,7 +15,7 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "116q2jzqlmdhkqvjg31b9ib8w1k7rlr8gmjcr7z32idpn16hqg59";
outputHash = "1pa84y7jrfl8p7lwz2pjlv70fqg1wmcz98npqq5i443smf7r9v4f";
};
in
stdenv.mkDerivation rec {