gleam: 1.15.2 -> 1.15.4

Resolves https://github.com/NixOS/nixpkgs/issues/509292
Fixes https://nvd.nist.gov/vuln/detail/CVE-2026-32146
This commit is contained in:
azban
2026-04-12 15:27:24 -06:00
parent 754b55e964
commit 99cfdd7646
+3 -3
View File
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gleam";
version = "1.15.2";
version = "1.15.4";
src = fetchFromGitHub {
owner = "gleam-lang";
repo = "gleam";
tag = "v${finalAttrs.version}";
hash = "sha256-A5rss4+hTLiE0mylzTT1sw18MmDdYBIyu6xLTvMJ1YY=";
hash = "sha256-BTbBcmGOoII7GP68RNl/U2PCNQdG2vdwq1/3/brMuIc=";
};
cargoHash = "sha256-VyVcBAqwrgwiyUXkKPbfP4qTKtFOMCUD0Tho79xJxC8=";
cargoHash = "sha256-+5sGYrqF8CKG5/G1QEQEnMZDFnE8D40TBGygdHBBthA=";
nativeBuildInputs = [
pkg-config