mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 15:34:05 +00:00
8 lines
189 B
Nix
8 lines
189 B
Nix
|
{ callPackage, fetchpatch, ... } @ args:
|
||
|
|
||
|
callPackage ./generic.nix (args // {
|
||
|
baseVersion = "3.1";
|
||
|
revision = "1";
|
||
|
sha256 = "sha256-MMhP6RmTapj+9TMfJGxiqiwOTSCFstRREgf2ogr6Oms=";
|
||
|
})
|