Merge pull request #76580 from filalex77/gleam-0.6.0

gleam: 0.5.0 -> 0.6.0
This commit is contained in:
Maximilian Bosch 2020-01-02 23:32:33 +01:00 committed by GitHub
commit 8f9a0b48b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "lpil";
owner = "gleam-lang";
repo = pname;
rev = "v${version}";
sha256 = "17h573fm5b1f71ivyipl76p0vw7injm7j3cbg6plkfizcb1j5m7f";
sha256 = "1fvy2j6pw1rwm0rg7555q3qg2069cx2b9lk0nsyc3jxsqp9hbn6i";
};
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "04v1gj5nmmcizyrsg6b87qsfzw2zqi57vf1zlnq8680yc54qdah9";
cargoSha256 = "0zfdsnrnxplvi4f92l7sqdp5yk5p738ra64m41izlcilkwj1j3vp";
meta = with stdenv.lib; {
description = "A statically typed language for the Erlang VM";