fdkaac: 1.0.0 → 1.0.1

gstqt5
lunik1 2020-09-21 16:07:50 +01:00
parent 8a5eb89b0f
commit c20c461967
No known key found for this signature in database
GPG Key ID: 6A37DF9483188492
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fdkaac";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "nu774";
repo = pname;
rev = version;
sha256 = "16iwqmwagnb929byz8kj79pmmr0anbyv26drbavhppmxhk7rrpgh";
rev = "v${version}";
sha256 = "02mzx4bird2q5chzpavfc9pg259hwfvq6px85xarm59vmj9nryb6";
};
nativeBuildInputs = [ autoreconfHook ];