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

jquake: 1.8.4 -> 1.8.5
This commit is contained in:
Weijia Wang 2023-08-30 20:04:26 +02:00 committed by GitHub
commit c39f665ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];