Unverified Commit c39f665c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #252176 from r-ryantm/auto-update/jquake

jquake: 1.8.4 -> 1.8.5
parents 0f385a62 4940399b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
  pname = "jquake";
  version = "1.8.4";
  version = "1.8.5";

  src = fetchurl {
    url = "https://github.com/fleneindre/fleneindre.github.io/raw/master/downloads/JQuake_${version}_linux.zip";
    sha256 = "sha256-oIYkYmI8uG4zjnm1Jq1mzIcSwRlKbWJqvACygQyp9sA=";
    sha256 = "sha256-Q9R5Qhk8Qodw2d99nL2aG5WGpIyvKmjzfkRK7xJzoc0=";
  };

  nativeBuildInputs = [ unzip copyDesktopItems ];