Merge pull request #298028 from r-ryantm/auto-update/blueprint-compiler

blueprint-compiler: 0.10.0 -> 0.12.0
This commit is contained in:
Weijia Wang
2024-03-30 20:59:37 +01:00
committed by GitHub
@@ -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 = [