mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
df40f4371d
We still keep the 3.0.9 attribute to have a stable 3.x release.
6 lines
159 B
Nix
6 lines
159 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "3.11.1";
|
|
sha256 = "1vgh4ysnl4xg8g5v6zm78h3sq308r7s17ppbw0ck4bwyfnbddvkg";
|
|
})
|