rlwrap: 0.46 -> 0.46.1

This commit is contained in:
José Luis Lafuente 2023-07-03 11:38:10 +02:00
parent 645ff62e09
commit 747390e952
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rlwrap";
version = "0.46";
version = "0.46.1";
src = fetchFromGitHub {
owner = "hanslub42";
repo = "rlwrap";
rev = "v${version}";
sha256 = "sha256-NlpVg1AimJn3VAbUl2GK1kaLkqU1Djw7/2Uc21AY0Jo=";
rev = version;
sha256 = "sha256-yKJXfdxfaCsmPtI0KmTzfFKY+evUuytomVrLsSCYDGo=";
};
postPatch = ''
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hanslub42/rlwrap";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ srapenne ];
maintainers = with maintainers; [ srapenne jlesquembre ];
};
}