linuxPackages.jool: 4.0.0 -> 4.0.5

This commit is contained in:
Robin Gloster 2019-09-25 16:45:54 +02:00
parent 4f31c024d1
commit 0fe41d4a87
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "4.0.0";
version = "4.0.5";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "v${version}";
sha256 = "1ivnx7ijqf41kxmi2bmsf9qfcv6b1rvag35754ddlndry3sgvimr";
sha256 = "0zfda8mbcg4mgg39shxdx5n2bq6zi9w3v8bcx03b3dp09lmq45y3";
};
}