jool: unstable-20180706 -> 4.0.0

This commit is contained in:
embr
2019-04-20 09:42:48 +01:00
parent d956f2279b
commit 68b4cf39a9
3 changed files with 13 additions and 15 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "unstable-20180706";
version = "4.0.0";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "de791931d94e972c36bb3c102a9cadab5230c285";
sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
rev = "v${version}";
sha256 = "1ivnx7ijqf41kxmi2bmsf9qfcv6b1rvag35754ddlndry3sgvimr";
};
}