Skip to content

Commit 9cb8566

Browse files
authored
gleam: 1.6.3 -> 1.7.0 (#371530)
2 parents eb5bc51 + 98379b0 commit 9cb8566

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
@@ -14,13 +14,13 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "gleam";
17-
version = "1.6.3";
17+
version = "1.7.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "gleam-lang";
2121
repo = pname;
2222
tag = "v${version}";
23-
hash = "sha256-bGXSlbyV+0RjNtG/6u11xqjcvL7/FhhqdXanv2JlVII=";
23+
hash = "sha256-Nr8OpinQ1Dmo6e8XpBYrtaRRhcX2s1TW/5nM1LxApGg=";
2424
};
2525

2626
nativeBuildInputs = [
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
3838
SystemConfiguration
3939
];
4040

41-
cargoHash = "sha256-c5q/UFkxDtGJxQORAH7iLlzH3rJI6cCD6H2uSC5bItw=";
41+
cargoHash = "sha256-E1iowktT7oK259WY6AopfvinQuRT1yMnORbJn9Ly+3E=";
4242

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

0 commit comments

Comments
 (0)