flare: 1.10 -> 1.11

This commit is contained in:
Aaron Andersen
2019-08-03 07:19:11 -04:00
parent b9a7c07319
commit 14e3ee4860
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, buildEnv, callPackage, makeWrapper }:
buildEnv {
name = "flare-1.10";
name = "flare-1.11";
paths = [
(callPackage ./engine.nix {})