From 2bcb322973e6b28ebb13f12a1ca03563775c82e3 Mon Sep 17 00:00:00 2001 From: Tomas Antonio Lopez Date: Tue, 27 Dec 2022 20:05:26 +0100 Subject: [PATCH] jquake: 1.8.1 -> 1.8.4 --- pkgs/applications/misc/jquake/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/misc/jquake/default.nix b/pkgs/applications/misc/jquake/default.nix index 22e6764beeb..36b301dc431 100644 --- a/pkgs/applications/misc/jquake/default.nix +++ b/pkgs/applications/misc/jquake/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "jquake"; - version = "1.8.1"; + version = "1.8.4"; src = fetchurl { - url = "https://fleneindre.github.io/downloads/JQuake_${version}_linux.zip"; - sha256 = "sha256-fIxCcqpv0KAXUBbyinTXr/fkAcufVtpr9FUTJkXSgTs="; + url = "https://github.com/fleneindre/fleneindre.github.io/raw/master/downloads/JQuake_${version}_linux.zip"; + sha256 = "sha256-oIYkYmI8uG4zjnm1Jq1mzIcSwRlKbWJqvACygQyp9sA="; }; nativeBuildInputs = [ unzip copyDesktopItems ]; @@ -58,8 +58,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Real-time earthquake map of Japan"; homepage = "https://jquake.net"; - downloadPage = "https://jquake.net/?down"; - changelog = "https://jquake.net/?docu"; + downloadPage = "https://jquake.net/en/terms.html?os=linux&arch=any"; + changelog = "https://jquake.net/en/changelog.html"; maintainers = with maintainers; [ nessdoor ]; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.unfree;