Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 23.11 9 lines 338 B view raw
1{ callPackage }: 2callPackage ./binary.nix { 3 version = "2.090.1"; 4 hashes = { 5 # Get these from `nix-prefetch-url http://downloads.dlang.org/releases/2.x/2.090.1/dmd.2.090.1.linux.tar.xz` etc.. 6 osx = "sha256-9HwGVO/8jfZ6aTiDIUi8w4C4Ukry0uUS8ACP3Ig8dmU="; 7 linux = "sha256-ByCrIA4Nt7i9YT0L19VXIL1IqIp+iObcZux407amZu4="; 8 }; 9}