We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5477098 commit b5d50eaCopy full SHA for b5d50ea
pkgs/games/quakespasm/default.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "quakespasm";
9
- version = "0.96.0";
+ version = "0.96.3";
10
11
src = fetchurl {
12
url = "mirror://sourceforge/quakespasm/quakespasm-${version}.tar.gz";
13
- sha256 = "sha256-Sa4lLALB3xpMGVjpKnzGl1OBEJcLOHDcFGEFsO0wwOw=";
+ sha256 = "sha256-tXjWzkpPf04mokRY8YxLzI04VK5iUuuZgu6B2V5QGA4=";
14
};
15
16
sourceRoot = "${pname}-${version}/Quake";
0 commit comments