mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
48864eb8a2
svn path=/nixpkgs/trunk/; revision=12156
9 lines
213 B
Nix
9 lines
213 B
Nix
{ stdenv, fetchurl, version ? "1.4", static }:
|
|
|
|
assert version == "1.4";
|
|
|
|
import ./default.nix
|
|
{
|
|
inherit stdenv fetchurl static version;
|
|
versionHash = "1zm99i9fd5gfijd144ajngn6x73563355im79sqdi98pj6ir4yvi";
|
|
}
|