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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
213 B
Nix
Raw Normal View History

2017-08-01 00:31:12 +02:00
{ fetchFromGitHub }:
rec {
2022-11-14 12:46:08 +01:00
version = "4.1.8";
2017-08-01 00:31:12 +02:00
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
2019-04-20 10:42:48 +02:00
rev = "v${version}";
2022-11-14 12:46:08 +01:00
hash = "sha256-b+1EM172NRnnTcbJOwBQfytIRuIr8zZBlKBBV/e7Ttg=";
};
}