mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
sgtpuzzles: 2019045 -> 20191114
This commit is contained in:
parent
939d1c3a43
commit
c142423a8d
@ -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/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user