From 8bbe4ca114594d7902366ee6f3932151596744da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Mon, 22 May 2023 10:52:01 +0200 Subject: [PATCH] poke: 2.4 -> 3.2 --- pkgs/applications/editors/poke/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix index fba050a040cf..4d715d8c7cc4 100644 --- a/pkgs/applications/editors/poke/default.nix +++ b/pkgs/applications/editors/poke/default.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchurl -, autoreconfHook , gettext , help2man , pkg-config @@ -22,11 +21,11 @@ let isCross = stdenv.hostPlatform != stdenv.buildPlatform; in stdenv.mkDerivation rec { pname = "poke"; - version = "2.4"; + version = "3.2"; src = fetchurl { url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; - sha256 = "sha256-hB4oWRfGc4zpgqaTDjDr6t7PsGVaedkYTxb4dqn+bkc="; + hash = "sha256-dY5VHdU6bM5U7JTY/CH6TWtSon0cJmcgbVmezcdPDZc="; }; outputs = [ "out" "dev" "info" "lib" ] @@ -41,7 +40,6 @@ in stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ - autoreconfHook gettext pkg-config texinfo