gleam: 1.12.0 -> 1.13.0

This commit is contained in:
Eman Resu
2025-10-19 12:51:58 -04:00
parent 3b837fa81a
commit 4eb419e295
+5 -5
View File
@@ -5,7 +5,7 @@
git,
pkg-config,
openssl,
erlang_27,
erlang,
nodejs,
bun,
deno,
@@ -15,20 +15,20 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gleam";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = "gleam";
tag = "v${finalAttrs.version}";
hash = "sha256-Qjl+I09tnBbGc771SVJVb6fzAZ2tVOnBNhGfrIUh824=";
hash = "sha256-06ap5z1vtv2Rsd98LcLRpvxff1NfkuHNdI844DZuEhQ=";
};
cargoHash = "sha256-Ya0glVECB3cb9kgguuH4nY0ClK5NPH1mKAX9INDLzx4=";
cargoHash = "sha256-TzHjXW9sSbOJv7PrUaQzZ0jOPocVci1DjcmLzv7aaBY=";
nativeBuildInputs = [
pkg-config
erlang_27
erlang
];
buildInputs = [ openssl ];