gleam: 0.5.0 -> 0.6.0

This commit is contained in:
Oleksii Filonenko 2019-12-27 18:51:00 +02:00
parent 826d61e5d9
commit dc0c4b94e9
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

View File

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