summary refs log tree commit diff
path: root/pkgs/os-specific/linux/jool/source.nix
blob: 48ba70e620e8a9342ea7d2f8c3c47759d0c5be8e (plain) (blame)
1
2
3
4
5
6
7
8
9
{ fetchzip }:

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