about summary refs log tree commit diff
path: root/pkgs/applications/audio/fdkaac
diff options
context:
space:
mode:
authorlunik1 <13547699+lunik1@users.noreply.github.com>2021-04-24 01:05:07 +0000
committerGitHub <noreply@github.com>2021-04-24 03:05:07 +0200
commitcd3f083645d7a074ae9905e81449ba8e1ca330f0 (patch)
treeab822269d9a12492456733fc96446f3d42727900 /pkgs/applications/audio/fdkaac
parent551ed846bf7580ff199c30db8fff6dc174ab37ae (diff)
fdk-aac-encoder: 1.0.1 → 1.0.2 (#120356)
Diffstat (limited to 'pkgs/applications/audio/fdkaac')
-rw-r--r--pkgs/applications/audio/fdkaac/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/fdkaac/default.nix b/pkgs/applications/audio/fdkaac/default.nix
index 31b009c41333b..fd6726e9ac264 100644
--- a/pkgs/applications/audio/fdkaac/default.nix
+++ b/pkgs/applications/audio/fdkaac/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fdkaac";
-  version = "1.0.1";
+  version = "1.0.2";
 
   src = fetchFromGitHub {
     owner = "nu774";
     repo = pname;
     rev = "v${version}";
-    sha256 = "02mzx4bird2q5chzpavfc9pg259hwfvq6px85xarm59vmj9nryb6";
+    sha256 = "tHhICq/FzbkvWkDdNzGqGoo7nIDb+DJXmkFwtPIA89c=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   doCheck = true;
 
   meta = with lib; {
-    description = "Command line encoder frontend for libfdk-aac encder";
+    description = "Command line encoder frontend for libfdk-aac encoder";
     longDescription = ''
       fdkaac reads linear PCM audio in either WAV, raw PCM, or CAF format,
       and encodes it into either M4A / AAC file.