Ben Siraphob 2 years ago
parent 0f050a1236
commit e9e90a941b
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267
  1. 2
      pkgs/applications/graphics/odafileconverter/default.nix
  2. 2
      pkgs/applications/version-management/p4/default.nix
  3. 2
      pkgs/data/fonts/ipaexfont/default.nix
  4. 2
      pkgs/data/fonts/quattrocento-sans/default.nix
  5. 2
      pkgs/data/fonts/quattrocento/default.nix
  6. 2
      pkgs/data/fonts/vista-fonts-chs/default.nix
  7. 2
      pkgs/games/ue4demos/default.nix
  8. 4
      pkgs/misc/emulators/uae/default.nix

@ -14,7 +14,7 @@ in mkDerivation {
src = fetchurl {
# NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time)
url = "http://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb";
url = "https://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb";
sha256 = "10027a3ab18efd04ca75aa699ff550eca3bdfe6f7084460d3c00001bffb50070";
};

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
# actually https://cdist2.perforce.com/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz but upstream deletes releases
url = "http://web.archive.org/web/20211118024943/https://cdist2.perforce.com/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz";
url = "https://web.archive.org/web/20211118024943/https://cdist2.perforce.com/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz";
sha256 = "sha256-cmIMVek4lwVYJQbW8ziABftPZ0iIoAoSpR7cKuN4I7M=";
};

@ -3,7 +3,7 @@
fetchzip {
name = "ipaexfont-003.01";
url = "http://web.archive.org/web/20160616003021/http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont00301.zip";
url = "https://web.archive.org/web/20160616003021/http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont00301.zip";
postFetch = ''
mkdir -p $out/share/fonts

@ -5,7 +5,7 @@ let
in fetchzip rec {
name = "quattrocento-sans-${version}";
url = "http://web.archive.org/web/20170709124317/http://www.impallari.com/media/releases/quattrocento-sans-v${version}.zip";
url = "https://web.archive.org/web/20170709124317/http://www.impallari.com/media/releases/quattrocento-sans-v${version}.zip";
postFetch = ''
mkdir -p $out/share/{fonts,doc}

@ -5,7 +5,7 @@ let
in fetchzip rec {
name = "quattrocento-${version}";
url = "http://web.archive.org/web/20170707001804/http://www.impallari.com/media/releases/quattrocento-v${version}.zip";
url = "https://web.archive.org/web/20170707001804/http://www.impallari.com/media/releases/quattrocento-v${version}.zip";
postFetch = ''
mkdir -p $out/share/{fonts,doc}

@ -5,7 +5,7 @@ stdenvNoCC.mkDerivation {
version = "1";
src = fetchurl {
url = "http://web.archive.org/web/20161221192937if_/http://download.microsoft.com/download/d/6/e/d6e2ff26-5821-4f35-a18b-78c963b1535d/VistaFont_CHS.EXE";
url = "https://web.archive.org/web/20161221192937if_/http://download.microsoft.com/download/d/6/e/d6e2ff26-5821-4f35-a18b-78c963b1535d/VistaFont_CHS.EXE";
# Alternative mirror:
# http://www.eeo.cn/download/font/VistaFont_CHS.EXE
sha256 = "1qwm30b8aq9piyqv07hv8b5bac9ms40rsdf8pwix5dyk8020i8xi";

@ -5,7 +5,7 @@ let
[
# Untrusted mirrors - do not update hashes
"https://ludios.org/mirror/ue4demos/${file}"
"http://web.archive.org/web/20140824192039/http://ue4linux.raxxy.com/${file}"
"https://web.archive.org/web/20140824192039/http://ue4linux.raxxy.com/${file}"
];
buildDemo = { name, src }:

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.8.29";
src = fetchurl {
url = "http://web.archive.org/web/20130905032631/http://www.amigaemulator.org/files/sources/develop/uae-${version}.tar.bz2";
url = "https://web.archive.org/web/20130905032631/http://www.amigaemulator.org/files/sources/develop/uae-${version}.tar.bz2";
sha256 = "05s3cd1rd5a970s938qf4c2xm3l7f54g5iaqw56v8smk355m4qr4";
};
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Ultimate/Unix/Unusable Amiga Emulator";
license = lib.licenses.gpl2Plus;
homepage = "http://web.archive.org/web/20130901222855/http://www.amigaemulator.org/";
homepage = "https://web.archive.org/web/20130901222855/http://www.amigaemulator.org/";
maintainers = [ lib.maintainers.sander ];
platforms = lib.platforms.linux;
};

Loading…
Cancel
Save