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:
parent
8abe5ee07e
commit
afaad7f1cd
1 changed files with 2 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue