Skip to content

Commit a73246e

Browse files
quakespasm: 0.96.0 -> 0.96.3 (NixOS#261759)
2 parents 626206b + b5d50ea commit a73246e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/quakespasm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation rec {
88
pname = "quakespasm";
9-
version = "0.96.0";
9+
version = "0.96.3";
1010

1111
src = fetchurl {
1212
url = "mirror://sourceforge/quakespasm/quakespasm-${version}.tar.gz";
13-
sha256 = "sha256-Sa4lLALB3xpMGVjpKnzGl1OBEJcLOHDcFGEFsO0wwOw=";
13+
sha256 = "sha256-tXjWzkpPf04mokRY8YxLzI04VK5iUuuZgu6B2V5QGA4=";
1414
};
1515

1616
sourceRoot = "${pname}-${version}/Quake";

0 commit comments

Comments
 (0)