9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
7 lines
130 B
Nix
7 lines
130 B
Nix
{ lib, mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "26.0.2";
|
|
sha256 = "sha256-GzF/cpTUe5hoocDK5aio/lo8oYFeTr+HkftTYpQnOdA=";
|
|
}
|
|
|