Skip to content

Commit

Permalink
warzone2100: fix fetch url
Browse files Browse the repository at this point in the history
The previous url always redirects to the latest version.
See NixOS#272701 and Warzone2100/warzone2100#3565.
  • Loading branch information
fgaz committed Dec 11, 2023
1 parent c813731 commit c0cdf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/warzone2100/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
version = "4.4.1";

src = fetchurl {
url = "mirror://sourceforge/${pname}/releases/${version}/${pname}_src.tar.xz";
url = "mirror://sourceforge/project/warzone2100/releases/${version}/warzone2100_src.tar.xz";
hash = "sha256-8vbwO4PXEOyZqGiSz1yqhe8jfe4E4iv908mc+8xuH8I=";
};

Expand Down

0 comments on commit c0cdf6c

Please sign in to comment.