mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gleam: 1.16.0 -> 1.17.0
Changelog: https://github.com/gleam-lang/gleam/blob/v1.17.0/changelog/v1.17.md
(cherry picked from commit 28e8cd6a62)
This commit is contained in:
parent
eb7aea652b
commit
5b74e0e8df
1 changed files with 6 additions and 3 deletions
|
|
@ -12,20 +12,21 @@
|
|||
deno,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "gleam";
|
||||
version = "1.16.0";
|
||||
version = "1.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gleam-lang";
|
||||
repo = "gleam";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/AYtZ/nd0PIAaf9z/Uk8tw9ziczczerQO8D3g7n5sJo=";
|
||||
hash = "sha256-lW57+JvinIHWhXuKagDcrfNDOUurIC53TjAxqrHN11I=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-3B8RSow/aLzv0wl+eMCnS42+DnUa6NdG2TuR7aAJCA8=";
|
||||
cargoHash = "sha256-Wbmi/GyoflpDEnFC+1FicxqFJgOa8O2iUHwB7JcDuyU=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
@ -42,6 +43,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
nodejs
|
||||
bun
|
||||
deno
|
||||
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
checkFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue