We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34615a commit ef9640bCopy full SHA for ef9640b
nix/blueprint-compiler.nix
@@ -6,16 +6,17 @@
6
, meson
7
, ninja
8
}:
9
+
10
stdenv.mkDerivation rec {
11
pname = "blueprint-compiler";
- version = "0.pre+date=2022-05-17";
12
+ version = "unstable-2022-05-17";
13
14
src = fetchFromGitLab {
15
domain = "gitlab.gnome.org";
16
owner = "jwestman";
17
repo = pname;
- rev = "06278a64248cec92bb95a958eadfba453943c061";
18
- sha256 = "sha256-ukvqWvYl4NohKEm6W50eRZ9fmKD4vhH0yzgrCf5HVts=";
+ rev = "cebd9ecadc53790cd547392899589dd5de0ac552";
19
+ sha256 = "sha256-mNR0ooJSRBIXy2E4avXYEdO1aSST+j41TsVg8+kitwo=";
20
};
21
22
# Requires pythonfuzz, which I've found difficult to package
0 commit comments