1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/os-specific/linux/jool/source.nix

12 lines
257 B
Nix
Raw Normal View History

2017-07-31 23:31:12 +01:00
{ fetchFromGitHub }:
rec {
version = "unstable-20180706";
2017-07-31 23:31:12 +01:00
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "de791931d94e972c36bb3c102a9cadab5230c285";
sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
};
}