gleam: 1.4.1 -> 1.5.0 (#343211)

Yt 3fe7fe4a 7723b796

Changed files
+3 -3
pkgs
development
compilers
gleam
+3 -3
pkgs/development/compilers/gleam/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "gleam";
-
version = "1.4.1";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-z9xDMQXzVUeHne7KG4QsutQAiU01mgnV7ccdkjl+EkU=";
};
nativeBuildInputs = [ git pkg-config ];
···
buildInputs = [ openssl ] ++
lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
-
cargoHash = "sha256-XKHcA4DSVsWZfUHT6BkRjK0Mzz90E+ohYrtwZKPMtTY=";
passthru.updateScript = nix-update-script { };
···
rustPlatform.buildRustPackage rec {
pname = "gleam";
+
version = "1.5.0";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = pname;
rev = "refs/tags/v${version}";
+
hash = "sha256-buMnbBg+/vHXzbBuMPuV8AfdUmYA9J6WTXP7Oqrdo34=";
};
nativeBuildInputs = [ git pkg-config ];
···
buildInputs = [ openssl ] ++
lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
+
cargoHash = "sha256-0Vtf9UXLPW5HuqNIAGNyqIXCMTITdG7PuFdw4H4v6a4=";
passthru.updateScript = nix-update-script { };