solo5: 0.6.6 -> 0.6.7

This commit is contained in:
Emery Hemingway 2020-10-19 01:16:06 +02:00
parent e207dd7547
commit 10823eaced
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# WARNING: recursive make ahead
let version = "0.6.6";
let version = "0.6.7";
in stdenv.mkDerivation {
pname = "solo5";
inherit version;
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url =
"https://github.com/Solo5/solo5/releases/download/v${version}/solo5-v${version}.tar.gz";
hash = "sha256-WBqjuYb7IObHeuoCvBSGQa9swN+Y8pHxcQbiB7k1CeI=";
sha256 = "05k9adg3440zk5baa6ry8z5dj8d8r8hvzafh2469pdgcnr6h45gr";
};
enableParallelBuilding = true;