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

jquake: 1.7.1 -> 1.8.1
This commit is contained in:
Christian Kögler 2022-09-13 07:33:56 +02:00 committed by GitHub
commit b175652ed5
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.7.1";
version = "1.8.1";
src = fetchurl {
url = "https://fleneindre.github.io/downloads/JQuake_${version}_linux.zip";
sha256 = "sha256-sdTt1+1eAU/DJAszPQnmoaBZThJ9yC9GL1k+OpD+tp4=";
sha256 = "sha256-fIxCcqpv0KAXUBbyinTXr/fkAcufVtpr9FUTJkXSgTs=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];