mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
7 lines
128 B
Nix
7 lines
128 B
Nix
|
{ mkDerivation }:
|
||
|
|
||
|
mkDerivation rec {
|
||
|
version = "1.4.5";
|
||
|
sha256 = "18ivcxmh5bak13k3rjy7jjzin57rgb2nffhwnqb2wl7bpi8mrarw";
|
||
|
}
|