mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
7 lines
145 B
Nix
7 lines
145 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic-v3.nix {
|
|
version = "3.14.0";
|
|
sha256 = "1k4kkb78kdbz732wsph07v3zy3cz7l1msk2byrfvp0nb02sfl3a4";
|
|
}
|