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

libdc1394: update from 2.2.0 to 2.2.1

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:28:49 +02:00 committed by Evgeny Egorochkin
parent e6ef5bd6e2
commit cd698b44ec

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libraw1394, libusb1 }:
stdenv.mkDerivation rec {
name = "libdc1394-2.2.0";
name = "libdc1394-2.2.1";
src = fetchurl {
url = "mirror://sourceforge/libdc1394/${name}.tar.gz";
sha256 = "0v7y8r8zxpkcw8fhwr6x08wkbpfzs5snw5s589fpqmn569f1grn6";
sha256 = "1wkcx4ff094qba1fwllmlr81i7xg7l8dzq7y7pvy3wlbpwd3634j";
};
buildInputs = [ libraw1394 libusb1 ];