mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
8 lines
128 B
Nix
8 lines
128 B
Nix
{ lib, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.1";
|
|
sha256 = "sha256-GECxenOxwZ0A7cY5Z/amthNezGVPsmZWB5gHayy78cI=";
|
|
}
|
|
|