poke: 2.4 -> 3.2

This commit is contained in:
Janne Heß 2023-05-22 10:52:01 +02:00 committed by Anderson Torres
parent 493c6d8505
commit 8bbe4ca114

View File

@ -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