summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 07:52:55 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-29 07:52:55 -0700
commitbed1629337c2bf7b2a76f9bf8a801455956900be (patch)
tree7170f6e86fc453187743c09fde8d330d208279d7
parentc7d7abc51e5f9b9c7481a83c47b37508bf08b05b (diff)
downloadnixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar.gz
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar.bz2
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar.lz
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar.xz
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.tar.zst
nixpkgs-bed1629337c2bf7b2a76f9bf8a801455956900be.zip
untex: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/untex/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3 with grep in /nix/store/vj06kpkl7dm511fy5vnx60dx48n2fhl5-untex-1.3
- directory tree listing: https://gist.github.com/7507195ef91ce9d4ae79a3f80dc453ac
-rw-r--r--pkgs/tools/text/untex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/untex/default.nix b/pkgs/tools/text/untex/default.nix
index ec99e8b4a27..b1671ad38b5 100644
--- a/pkgs/tools/text/untex/default.nix
+++ b/pkgs/tools/text/untex/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "untex-${version}";
-  version = "1.2";
+  version = "1.3";
 
   src = fetchurl {
-    url = "https://www.ctan.org/tex-archive/support/untex/${name}.tar.gz";
-    sha256 = "07p836jydd5yjy905m5ylnnac1h4cc4jsr41panqb808mlsiwmmy";
+    url = "ftp://ftp.thp.uni-duisburg.de/pub/source/${name}.tar.gz";
+    sha256 = "1jww43pl9qvg6kwh4h8imp966fzd62dk99pb4s93786lmp3kgdjv";
   };
 
   hardeningDisable = [ "format" ];