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.12.3";
|
|
sha256 = "0q4sn9d6x8w0zgzydfx9f7b2zdk0kiplk8h9jxyxhw6m9qn276ax";
|
|
}
|