lol

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

+4 -4
+4 -4
pkgs/development/libraries/libs3/default.nix
··· 1 1 { stdenv, fetchFromGitHub, curl, libxml2 }: 2 2 3 3 stdenv.mkDerivation { 4 - name = "libs3-2015-01-09"; 4 + name = "libs3-2015-04-23"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "bji"; 8 8 repo = "libs3"; 9 - rev = "4d21fdc0857b88c964649b321057d7105d1e4da3"; 10 - sha256 = "1c33h8lzlpmsbkymd2dac9g8hqhd6j6yzdjrhha8bcqyys6vcpy3"; 9 + rev = "11a4e976c28ba525e7d61fbc3867c345a2af1519"; 10 + sha256 = "0xjjwyw14sk9am6s2m25hxi55vmsrc2yiawd6ln2lvg59xjcr48i"; 11 11 }; 12 12 13 13 buildInputs = [ curl libxml2 ]; ··· 17 17 meta = with stdenv.lib; { 18 18 homepage = https://github.com/bji/libs3; 19 19 description = "A library for interfacing with amazon s3"; 20 - license = licenses.gpl3; 20 + license = licenses.lgpl3; 21 21 platforms = platforms.unix; 22 22 }; 23 23 }