libs3: 2015-01-09 -> 2015-04-23

This commit is contained in:
William A. Kennington III 2015-08-01 18:04:40 -07:00
parent b563775994
commit 4739848cba

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, curl, libxml2 }:
stdenv.mkDerivation {
name = "libs3-2015-01-09";
name = "libs3-2015-04-23";
src = fetchFromGitHub {
owner = "bji";
repo = "libs3";
rev = "4d21fdc0857b88c964649b321057d7105d1e4da3";
sha256 = "1c33h8lzlpmsbkymd2dac9g8hqhd6j6yzdjrhha8bcqyys6vcpy3";
rev = "11a4e976c28ba525e7d61fbc3867c345a2af1519";
sha256 = "0xjjwyw14sk9am6s2m25hxi55vmsrc2yiawd6ln2lvg59xjcr48i";
};
buildInputs = [ curl libxml2 ];
@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = https://github.com/bji/libs3;
description = "A library for interfacing with amazon s3";
license = licenses.gpl3;
license = licenses.lgpl3;
platforms = platforms.unix;
};
}