ltc-tools: 0.6.4 -> 0.7.0 (#58323)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ltc-tools/versions
This commit is contained in:
R. RyanTM 2019-04-07 06:59:15 -07:00 committed by xeji
parent ec7383ad13
commit 898538c932

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "ltc-tools-${version}";
version = "0.6.4";
version = "0.7.0";
src = fetchFromGitHub {
owner = "x42";
repo = "ltc-tools";
rev = "v${version}";
sha256 = "1a7r99mwc7p5j5y453mrgph67wlznd674v4k2pfmlvc91s6lh44y";
sha256 = "0vp25b970r1hv5ndzs4di63rgwnl31jfaj3jz5dka276kx34q4al";
};
buildInputs = [ pkgconfig libltc libsndfile jack2 ];