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.
2 parents 303093e + ca8a87a commit a2e281fCopy full SHA for a2e281f
1 file changed
pkgs/games/quakespasm/default.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "quakespasm";
9
- version = "0.94.1";
+ version = "0.94.2";
10
11
src = fetchurl {
12
url = "mirror://sourceforge/quakespasm/quakespasm-${version}.tar.gz";
13
- sha256 = "19grpvsk3ikjypx9j0gpfsx5wanrqxkgf8dwl9h6ab5c8wwmjcjp";
+ sha256 = "sha256-wIgtoJVZH14EKcVNqZdwV3a5jORptYkVMTW1UmvaHyo=";
14
};
15
16
sourceRoot = "${pname}-${version}/Quake";
0 commit comments