mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
7 lines
196 B
Nix
7 lines
196 B
Nix
{ stdenv, fetchurl, fetchpatch }:
|
|
import ./common.nix {
|
|
inherit stdenv fetchurl fetchpatch;
|
|
version = "5.0.1";
|
|
sha256 = "4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9";
|
|
}
|