Files
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
224 B
Nix
Raw Normal View History

2025-10-09 14:15:47 +02:00
{ fetchFromGitHub }:
rec {
version = "4.1.14";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "refs/tags/v${version}";
hash = "sha256-fAs289FFdUnddkikm4ceA9d/w1qqqaWuPXmAiq3cIA8=";
};
}