nixpkgs/pkgs/os-specific/linux/jool/source.nix

10 lines
220 B
Nix
Raw Normal View History

{ fetchzip }:
rec {
2016-09-24 23:24:16 +01:00
version = "3.4.5";
src = fetchzip {
2016-07-27 00:16:23 +01:00
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
2016-09-24 23:24:16 +01:00
sha256 = "045j3ax6c5jg8037hhrbgqgznr0a114xrmn03wkasnvsxpsx4hkb";
};
}