blueprint-compiler: 0.10.0 -> 0.12.0

+2 -2
+2 -2
pkgs/development/compilers/blueprint/default.nix
··· 12 12 }: 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "blueprint-compiler"; 15 - version = "0.10.0"; 15 + version = "0.12.0"; 16 16 17 17 src = fetchFromGitLab { 18 18 domain = "gitlab.gnome.org"; 19 19 owner = "jwestman"; 20 20 repo = "blueprint-compiler"; 21 21 rev = "v${finalAttrs.version}"; 22 - hash = "sha256-pPrQc2ID84N+50j/A6VAJAOK+D1hjaokhFckOnOaeTw="; 22 + hash = "sha256-pvYSFCiYynH3E6QOTu4RfG+6eucq++yiRu75qucSlZU="; 23 23 }; 24 24 25 25 nativeBuildInputs = [