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