Merge pull request #142049 from nessdoor/nixpkgs/jquake

jquake: 1.6.1 -> 1.6.2
This commit is contained in:
Bobby Rong 2021-10-24 23:41:46 +08:00 committed by GitHub
commit 510c6dcb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "jquake"; pname = "jquake";
version = "1.6.1"; version = "1.6.2";
src = fetchurl { src = fetchurl {
url = "https://fleneindre.github.io/downloads/JQuake_${version}_linux.zip"; url = "https://fleneindre.github.io/downloads/JQuake_${version}_linux.zip";
sha256 = "0nw6xjc3i1b8rk15arc5d0ji2bycc40rz044qd03vzxvh0h8yvgl"; sha256 = "1k12yw9fwq1z3gg0d38dxs4mmyn912zfcm6zsbjkv27q6lvhvwng";
}; };
nativeBuildInputs = [ unzip copyDesktopItems ]; nativeBuildInputs = [ unzip copyDesktopItems ];