We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e530e commit 98379b0Copy full SHA for 98379b0
pkgs/development/compilers/gleam/default.nix
@@ -14,13 +14,13 @@
14
15
rustPlatform.buildRustPackage rec {
16
pname = "gleam";
17
- version = "1.6.3";
+ version = "1.7.0";
18
19
src = fetchFromGitHub {
20
owner = "gleam-lang";
21
repo = pname;
22
tag = "v${version}";
23
- hash = "sha256-bGXSlbyV+0RjNtG/6u11xqjcvL7/FhhqdXanv2JlVII=";
+ hash = "sha256-Nr8OpinQ1Dmo6e8XpBYrtaRRhcX2s1TW/5nM1LxApGg=";
24
};
25
26
nativeBuildInputs = [
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
38
SystemConfiguration
39
];
40
41
- cargoHash = "sha256-c5q/UFkxDtGJxQORAH7iLlzH3rJI6cCD6H2uSC5bItw=";
+ cargoHash = "sha256-E1iowktT7oK259WY6AopfvinQuRT1yMnORbJn9Ly+3E=";
42
43
passthru.updateScript = nix-update-script { };
44
0 commit comments