7 lines
142 B
Nix
7 lines
142 B
Nix
|
args: with args;
|
||
|
|
||
|
((import ./common.nix)
|
||
|
(args //
|
||
|
{ revision = 4;
|
||
|
sha256 = "02jgy0lvi5ymkdxwjasg50zl03zmyj8sgnfxxnjnbmif72c0k4p8"; }))
|