linuxPackages.jool: 3.4.4 -> 3.4.5

(cherry picked from commit 6e063a49b1)
This commit is contained in:
Franz Pletz 2016-09-25 00:24:16 +02:00
parent 5f00e952a4
commit 7cd53afee3
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,9 +1,9 @@
{ fetchzip }:
rec {
version = "3.4.4";
version = "3.4.5";
src = fetchzip {
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
sha256 = "1k5iyfzjdzl5q64234r806pf6b3qdflvjpw06pnwl0ycj05p5frr";
sha256 = "045j3ax6c5jg8037hhrbgqgznr0a114xrmn03wkasnvsxpsx4hkb";
};
}