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 { lib
, stdenv , stdenv
, fetchurl , fetchurl
, autoreconfHook
, gettext , gettext
, help2man , help2man
, pkg-config , pkg-config
@ -22,11 +21,11 @@ let
isCross = stdenv.hostPlatform != stdenv.buildPlatform; isCross = stdenv.hostPlatform != stdenv.buildPlatform;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "poke"; pname = "poke";
version = "2.4"; version = "3.2";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz"; url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-hB4oWRfGc4zpgqaTDjDr6t7PsGVaedkYTxb4dqn+bkc="; hash = "sha256-dY5VHdU6bM5U7JTY/CH6TWtSon0cJmcgbVmezcdPDZc=";
}; };
outputs = [ "out" "dev" "info" "lib" ] outputs = [ "out" "dev" "info" "lib" ]
@ -41,7 +40,6 @@ in stdenv.mkDerivation rec {
strictDeps = true; strictDeps = true;
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook
gettext gettext
pkg-config pkg-config
texinfo texinfo