mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
7 lines
124 B
Nix
7 lines
124 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.1.2";
|
|
sha256 = "sha256-exLLdg7z/HKJI81w33vcQUDF6NG5n2WKtcYwdPxN+0A=";
|
|
}
|