Skip to content

Commit

Permalink
gleam: 0.30.2 -> 0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meppu authored and Yt committed Aug 4, 2023
1 parent 2ff8d8b commit a546cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gleam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

rustPlatform.buildRustPackage rec {
pname = "gleam";
version = "0.30.2";
version = "0.30.5";

src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XrXN+HZlCPzywFo10/vLHbz/zjglSZnNQKfYvLvx35I=";
hash = "sha256-DOQhuSNIyP6K+M9a/uM8Cn6gyzpaH23+n4fux8otPWQ=";
};

nativeBuildInputs = [ git pkg-config ];

buildInputs = [ openssl ] ++
lib.optionals stdenv.isDarwin [ Security libiconv ];

cargoHash = "sha256-K7MrrnupH1BS8KEIgVdlnGF91J5ND5umgdeLVCg7DbQ=";
cargoHash = "sha256-CkMUconCw94Jvy7FhrOZvBbA8DAi91Ae5GFxGFBcEew=";

passthru.updateScript = nix-update-script { };

Expand Down

0 comments on commit a546cb6

Please sign in to comment.