blueprint-compiler: 0.12.0 -> 0.14.0 (#348481)

This commit is contained in:
Ramses 2024-10-20 18:23:49 +02:00 committed by GitHub
commit 887f9c9a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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