blueprint-compiler: 0.10.0 -> 0.12.0

+2 -2
+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 = [