Skip to content

Commit

Permalink
mp4v2: add multihash, NixOS#65
Browse files Browse the repository at this point in the history
  • Loading branch information
codyopel committed Aug 29, 2016
1 parent 658a04a commit 5b3df37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/all-pkgs/m/mp4v2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://mp4v2.googlecode.com/files/${name}.tar.bz2";
sha256 = "0f438bimimsvxjbdp4vsr8hjw2nwggmhaxgcw07g2z361fkbj683";
multihash = "QmUqS6HpKpUxXm7Pun24MAewxdLT6RGjt4siDvzJTf7nbV";
sha256 = "0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 5b3df37

Please sign in to comment.