Commit 8bbe4ca1 authored by Janne Heß's avatar Janne Heß Committed by Anderson Torres
Browse files

poke: 2.4 -> 3.2

parent 493c6d85
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{ 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