mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 17:34:04 +00:00
8 lines
187 B
Nix
8 lines
187 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (rec {
|
|
version = "${branch}.16";
|
|
branch = "2.8";
|
|
sha256 = "0lfmfd6rhywis9rblkxv33rpwfga9xv261fq4cn3pkx1izih7ybk";
|
|
} // args)
|