Merge pull request #98399 from lunik1/fdkaac101

fdkaac: 1.0.0 → v1.0.1
This commit is contained in:
Daniël de Kok 2020-09-23 16:24:38 +02:00 committed by GitHub
commit 3d048b1bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];