mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
7 lines
122 B
Nix
7 lines
122 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.2";
|
|
sha256 = "sha256-mk8vPgWFTMo4oPY/OIdboYMTyxG/22Ow4EYs1b+nHuM=";
|
|
}
|