libb64: 1.2 -> 2.0.0.1
This commit is contained in:
parent
ff452174fc
commit
b55e71ba9a
@ -1,16 +1,16 @@
|
|||||||
{ lib, stdenv, fetchurl, unzip }:
|
{ lib, stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libb64";
|
pname = "libb64";
|
||||||
version = "1.2";
|
version = "2.0.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "http://download.draios.com/dependencies/libb64-1.2.src.zip";
|
owner = "libb64";
|
||||||
sha256 = "1lxzi6v10qsl2r6633dx0zwqyvy0j19nmwclfd0d7qybqmhqsg9l";
|
repo = "libb64";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "sha256-9loDftr769qnIi00MueO86kjha2EiG9pnCLogp0Iq3c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out $out/lib $out/bin $out/include
|
mkdir -p $out $out/lib $out/bin $out/include
|
||||||
cp -r include/* $out/include/
|
cp -r include/* $out/include/
|
||||||
|
Loading…
Reference in New Issue
Block a user