hedgewars: 0.9.24.1 -> 0.9.25 (#52290)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hedgewars/versions
This commit is contained in:
R. RyanTM 2018-12-16 07:25:54 -08:00 committed by Franz Pletz
parent 87bed0f4b9
commit 1c0ea01d8e

View File

@ -10,11 +10,11 @@ let
]);
in
stdenv.mkDerivation rec {
version = "0.9.24.1";
version = "0.9.25";
name = "hedgewars-${version}";
src = fetchurl {
url = "https://www.hedgewars.org/download/releases/hedgewars-src-${version}.tar.bz2";
sha256 = "1f2vbndh9fnwklwjicrhy5zv2ciyhadfsny2cdqnc6lim90hldl1";
sha256 = "08x7fqpy0hpnbfq2k06g522xayi7s53bca819zfhalvqnqs76pdk";
};
nativeBuildInputs = [ pkgconfig ];