sgtpuzzles: 2019045 -> 20191114

This commit is contained in:
Michael Raskin 2019-12-08 23:47:29 +01:00
parent 939d1c3a43
commit c142423a8d

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "sgt-puzzles-r${version}";
version = "20190415.e2135d5";
version = "20191114.1c0c49d";
src = fetchurl {
url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz";
sha256 = "02p9kpvmqa0cm9y0lzdy7g8h4b4mqma8d9jfvgi2yysbgjfzq2ak";
sha256 = "01fi2f3w71bfbgcfr6gxdp5a9cxh4dshbflv83q2j5rxxs2ll870";
};
nativeBuildInputs = [ autoreconfHook makeWrapper pkgconfig perl wrapGAppsHook ];
@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
homepage = http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
homepage = https://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
};
}