blueprint-compiler: 0.10.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-03-22 12:19:29 +00:00
parent 0cb727d0b5
commit 9a3cd10ad1

View file

@ -12,14 +12,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "blueprint-compiler";
version = "0.10.0";
version = "0.12.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "jwestman";
repo = "blueprint-compiler";
rev = "v${finalAttrs.version}";
hash = "sha256-pPrQc2ID84N+50j/A6VAJAOK+D1hjaokhFckOnOaeTw=";
hash = "sha256-pvYSFCiYynH3E6QOTu4RfG+6eucq++yiRu75qucSlZU=";
};
nativeBuildInputs = [