mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
texlive-beamer: 3.07 -> 3.10 (works with texlive 2012 now)
This commit is contained in:
parent
1a89d01497
commit
0444a83417
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
args: with args;
|
||||
rec {
|
||||
name = "texlive-beamer-2007";
|
||||
name = "texlive-beamer-2012";
|
||||
src = fetchurl {
|
||||
url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.07.orig.tar.gz;
|
||||
sha256 = "07ldhg5f0hcnhjgzg5g8ailqacn8zhqc8nl2jkxc43c2qxbvswbv";
|
||||
url = mirror://debian/pool/main/l/latex-beamer/latex-beamer_3.10.orig.tar.gz;
|
||||
sha256 = "1vk7nr1lxinyj941nz5xzcpzircd60s8sgmq7jd2gqmf5ynd27nx";
|
||||
};
|
||||
|
||||
buildInputs = [texLive];
|
||||
|
|
Loading…
Reference in a new issue