3
0
Fork 0
forked from mirrors/nixpkgs

libdc1394: 2.2.5 -> 2.2.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdc1394/versions
This commit is contained in:
R. RyanTM 2019-05-21 18:41:43 -07:00
parent 8abe5ee07e
commit afaad7f1cd

View file

@ -3,11 +3,11 @@ libusb1, CoreServices }:
stdenv.mkDerivation rec {
name = "libdc1394-${version}";
version = "2.2.5";
version = "2.2.6";
src = fetchurl {
url = "mirror://sourceforge/libdc1394/${name}.tar.gz";
sha256 = "0drk4sqvaym9glaraia25mj60rmwqbhy4j9h3x7gqpzfib8ch31m";
sha256 = "1v8gq54n1pg8izn7s15yylwjf8r1l1dmzbm2yvf6pv2fmb4mz41b";
};
buildInputs = [ libusb1 ]