1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

libmtp: update from 1.1.5 to 1.1.6

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:45:32 +02:00 committed by Evgeny Egorochkin
parent d81a5a46de
commit 5ca15d27aa

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, libusb1 }:
stdenv.mkDerivation rec {
name = "libmtp-1.1.5";
name = "libmtp-1.1.6";
propagatedBuildInputs = [ libusb1 ];
buildInputs = [ pkgconfig ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/libmtp/${name}.tar.gz";
sha256 = "0fn6y7kirgln6sfizmwvjsy7qkdb0p3rccf0zkr3r2xg3cbpjxkq";
sha256 = "02nbf1cigxmv9sak201f4m5c1d21q6avgzjlxd941plimy1iq71s";
};
meta = {