Skip to content

Commit ef9640b

Browse files
committed
Update blueprint-compiler
1 parent d34615a commit ef9640b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nix/blueprint-compiler.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
, meson
77
, ninja
88
}:
9+
910
stdenv.mkDerivation rec {
1011
pname = "blueprint-compiler";
11-
version = "0.pre+date=2022-05-17";
12+
version = "unstable-2022-05-17";
1213

1314
src = fetchFromGitLab {
1415
domain = "gitlab.gnome.org";
1516
owner = "jwestman";
1617
repo = pname;
17-
rev = "06278a64248cec92bb95a958eadfba453943c061";
18-
sha256 = "sha256-ukvqWvYl4NohKEm6W50eRZ9fmKD4vhH0yzgrCf5HVts=";
18+
rev = "cebd9ecadc53790cd547392899589dd5de0ac552";
19+
sha256 = "sha256-mNR0ooJSRBIXy2E4avXYEdO1aSST+j41TsVg8+kitwo=";
1920
};
2021

2122
# Requires pythonfuzz, which I've found difficult to package

0 commit comments

Comments
 (0)