keyfinder-cli: 2015-09-11 -> 2015-09-13
This commit is contained in:
parent
9576187050
commit
59c6573cce
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, libav, libkeyfinder }:
|
{ stdenv, fetchFromGitHub, libav, libkeyfinder }:
|
||||||
|
|
||||||
let version = "2015-09-11"; in
|
let version = "2015-09-13"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "keyfinder-cli-${version}";
|
name = "keyfinder-cli-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "keyfinder-cli";
|
repo = "keyfinder-cli";
|
||||||
owner = "EvanPurkhiser";
|
owner = "EvanPurkhiser";
|
||||||
rev = "94df5e6c012a2643a4e5eda49a80cdc57d2e1bb2";
|
rev = "8579282f15ab3ebad937fed398ec5c88843be03d";
|
||||||
sha256 = "04276z5xrpgf1zga565awypy5r7g054fwl4x75l7j308x0xcp12j";
|
sha256 = "0jylykigxmsqvdny265k58vpxa4cqs1hq2f7mph1nl3apfx2shrh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libav libkeyfinder ];
|
buildInputs = [ libav libkeyfinder ];
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
used to estimate the musical key of many different audio formats.
|
used to estimate the musical key of many different audio formats.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user