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:
parent
ec7383ad13
commit
898538c932
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ltc-tools-${version}";
|
name = "ltc-tools-${version}";
|
||||||
version = "0.6.4";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "x42";
|
owner = "x42";
|
||||||
repo = "ltc-tools";
|
repo = "ltc-tools";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a7r99mwc7p5j5y453mrgph67wlznd674v4k2pfmlvc91s6lh44y";
|
sha256 = "0vp25b970r1hv5ndzs4di63rgwnl31jfaj3jz5dka276kx34q4al";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libltc libsndfile jack2 ];
|
buildInputs = [ pkgconfig libltc libsndfile jack2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user