Skip to content

Commit

Permalink
gleam: 1.4.1 -> 1.5.0 (NixOS#343211)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Sep 20, 2024
2 parents 7723b79 + fb2a2eb commit 3fe7fe4
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 = "1.4.1";
version = "1.5.0";

src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-z9xDMQXzVUeHne7KG4QsutQAiU01mgnV7ccdkjl+EkU=";
hash = "sha256-buMnbBg+/vHXzbBuMPuV8AfdUmYA9J6WTXP7Oqrdo34=";
};

nativeBuildInputs = [ git pkg-config ];

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

cargoHash = "sha256-XKHcA4DSVsWZfUHT6BkRjK0Mzz90E+ohYrtwZKPMtTY=";
cargoHash = "sha256-0Vtf9UXLPW5HuqNIAGNyqIXCMTITdG7PuFdw4H4v6a4=";

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

Expand Down

0 comments on commit 3fe7fe4

Please sign in to comment.