blueprint-compiler: 0.14.0 -> 0.16.0

release notes: https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases/v0.16.0
This commit is contained in:
Jeffrey C. Ollie 2025-03-03 16:46:50 -06:00
parent 3df7288117
commit ce7d5bfeb7
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E

View File

@ -13,16 +13,20 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "blueprint-compiler";
version = "0.14.0";
version = "0.16.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "jwestman";
repo = "blueprint-compiler";
rev = "v${finalAttrs.version}";
hash = "sha256-pkbTxCN7LagIbOtpiUCkh40aHw6uRtalQVFa47waXjU=";
hash = "sha256-FnMQtqy+uejWn3tDeaj92h2x9TzyiK5KdlRm55ObgPg=";
};
postPatch = ''
patchShebangs docs/collect-sections.py
'';
nativeBuildInputs = [
meson
ninja