2
0
Fork 0

solo5: 0.6.4 -> 0.6.5

This commit is contained in:
Emery Hemingway 2020-05-15 11:12:43 +05:30
parent c0cfa5f549
commit 4696802515
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# WARNING: recursive make ahead
let version = "0.6.4";
let version = "0.6.5";
in stdenv.mkDerivation {
pname = "solo5";
inherit version;
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url =
"https://github.com/Solo5/solo5/releases/download/v${version}/solo5-v${version}.tar.gz";
sha256 = "sha256-7KyBXM0ZaG2WLoHpq6o/VoP8/qyclIEY9Hh/aLhcQlA=";
sha256 = "sha256-noKINkyP8yCmQFGC3TKWfZ2r4SDJKSsd2+BXbGj2FSA=";
};
enableParallelBuilding = true;

View File

@ -4,8 +4,7 @@
with pkgs;
let
mkTest' = { name, testConfig, testInputs ? [ ]
, ... }@attrs:
mkTest' = { name, testConfig, testInputs ? [ ], ... }@attrs:
testEnv.mkTest (attrs // {
name = "solo5-" + name;
inherit testConfig;