mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
8 lines
130 B
Nix
8 lines
130 B
Nix
{ lib, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.0.2";
|
|
sha256 = "sha256-GzF/cpTUe5hoocDK5aio/lo8oYFeTr+HkftTYpQnOdA=";
|
|
}
|
|
|