···8899the format is based on [keep a changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).
10101111+## unreleased
1212+1313+### fixed
1414+1515+- `sourceRoot` and `patches` now apply to `buildGleamApplication` derivations correctly
1616+1117## v1.2.0 - 2025-10-17
12181319### added
+2
nix/build-gleam-application.nix
···7373 ;
7474 name = finalAttrs.pname;
7575 beamDeps = derivationList prev;
7676+ sourceRoot = finalAttrs.sourceRoot or null;
7777+ patches = finalAttrs.patches or [ ];
7678 }
7779 );
7880 }