summaryrefslogtreecommitdiff
path: root/pkgs/applications/video/MPlayer/win32codecs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/MPlayer/win32codecs/default.nix')
-rw-r--r--pkgs/applications/video/MPlayer/win32codecs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/MPlayer/win32codecs/default.nix b/pkgs/applications/video/MPlayer/win32codecs/default.nix
index b66e44bf1349..0994faf9858f 100644
--- a/pkgs/applications/video/MPlayer/win32codecs/default.nix
+++ b/pkgs/applications/video/MPlayer/win32codecs/default.nix
@@ -1,8 +1,8 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
- name = "win32codecs-1";
+ name = "MPlayer-codecs-essential-20040427";
builder = ./builder.sh;
src = fetchurl {
- url = http://www2.mplayerhq.hu/MPlayer/releases/codecs/extralite.tar.bz2;
- md5 = "4748ecae87f71e8bda9cb2e2a9bd30b4";
+ url = http://www2.mplayerhq.hu/MPlayer/releases/codecs/essential-20040427.tar.bz2;
+ md5 = "4ffc1682448aa870aec9d8efc1321a09";
};
}