tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
blueprint-compiler: 0.10.0 -> 0.12.0
R. Ryantm
2 years ago
9a3cd10a
0cb727d0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
blueprint
default.nix
+2
-2
pkgs/development/compilers/blueprint/default.nix
···
12
}:
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "blueprint-compiler";
15
-
version = "0.10.0";
16
17
src = fetchFromGitLab {
18
domain = "gitlab.gnome.org";
19
owner = "jwestman";
20
repo = "blueprint-compiler";
21
rev = "v${finalAttrs.version}";
22
-
hash = "sha256-pPrQc2ID84N+50j/A6VAJAOK+D1hjaokhFckOnOaeTw=";
23
};
24
25
nativeBuildInputs = [
···
12
}:
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "blueprint-compiler";
15
+
version = "0.12.0";
16
17
src = fetchFromGitLab {
18
domain = "gitlab.gnome.org";
19
owner = "jwestman";
20
repo = "blueprint-compiler";
21
rev = "v${finalAttrs.version}";
22
+
hash = "sha256-pvYSFCiYynH3E6QOTu4RfG+6eucq++yiRu75qucSlZU=";
23
};
24
25
nativeBuildInputs = [