Skip to content

Commit fb2a2eb

Browse files
committed
gleam: 1.4.1 -> 1.5.0
1 parent 90a3274 commit fb2a2eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/compilers/gleam/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "gleam";
15-
version = "1.4.1";
15+
version = "1.5.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "gleam-lang";
1919
repo = pname;
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-z9xDMQXzVUeHne7KG4QsutQAiU01mgnV7ccdkjl+EkU=";
21+
hash = "sha256-buMnbBg+/vHXzbBuMPuV8AfdUmYA9J6WTXP7Oqrdo34=";
2222
};
2323

2424
nativeBuildInputs = [ git pkg-config ];
2525

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

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

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

0 commit comments

Comments
 (0)