mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
7 lines
124 B
Nix
7 lines
124 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.1.2";
|
|
sha256 = "sha256-exLLdg7z/HKJI81w33vcQUDF6NG5n2WKtcYwdPxN+0A=";
|
|
}
|