Skip to content

Commit a2e281f

Browse files
authored
Merge pull request #143572 from r-ryantm/auto-update/quakespasm
quakespasm: 0.94.1 -> 0.94.2
2 parents 303093e + ca8a87a commit a2e281f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.94.1";
9+
version = "0.94.2";
1010

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

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

0 commit comments

Comments
 (0)