forked from mirrors/nixpkgs
hstr: 1.17 -> 1.19
This commit is contained in:
parent
51e0077e79
commit
0c2ac149a3
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, readline, ncurses }:
|
||||
|
||||
let
|
||||
version = "1.17";
|
||||
version = "1.19";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz";
|
||||
sha256 = "0vjc4d8cl3sfbv9lywdpd2slffqyp3cpj52yp29g9lr2n3nfksk8";
|
||||
sha256 = "0ix6550l9si29j8vz375vzjmp22i19ik5dq2nh7zsj2ra7ibaz5n";
|
||||
};
|
||||
|
||||
buildInputs = [ readline ncurses ];
|
||||
|
|
Loading…
Reference in a new issue