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:
parent
3df7288117
commit
ce7d5bfeb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user