hstr: 2.3 -> 2.5
https://github.com/dvorka/hstr/releases/tag/2.4 https://github.com/dvorka/hstr/releases/tag/2.5
This commit is contained in:
parent
1aac75dc94
commit
12c01a01ca
@ -1,27 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, readline, ncurses
|
{ lib, stdenv, fetchFromGitHub, readline, ncurses
|
||||||
, autoreconfHook, pkg-config, gettext }:
|
, autoreconfHook, pkg-config, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hstr";
|
pname = "hstr";
|
||||||
version = "2.3";
|
version = "2.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dvorka";
|
owner = "dvorka";
|
||||||
repo = "hstr";
|
repo = "hstr";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1chmfdi1dwg3sarzd01nqa82g65q7wdr6hrnj96l75vikwsg986y";
|
sha256 = "sha256-qIMnU+gRR3HPAOrrrduN68R5E8ZJKROfZ0sEHL0E4XU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# pull pending upstream inclusion fix for ncurses-6.3:
|
|
||||||
# https://github.com/dvorka/hstr/pull/435
|
|
||||||
(fetchpatch {
|
|
||||||
name = "ncurses-6.3.patch";
|
|
||||||
url = "https://github.com/dvorka/hstr/commit/7fbd852c464ae3cfcd2f4fed9c62a21fb84c5439.patch";
|
|
||||||
sha256 = "15f0ja4bsh4jnchcg0ray8ijpdraag7k07ss87a6ymfs1rg6i0jr";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
buildInputs = [ readline ncurses gettext ];
|
buildInputs = [ readline ncurses gettext ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user