Merge pull request #134533 from r-ryantm/auto-update/rlwrap

rlwrap: 0.45 -> 0.45.2
This commit is contained in:
Ben Siraphob 2021-08-17 21:02:22 -05:00 committed by GitHub
commit 3966cb8300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rlwrap";
version = "0.45";
version = "0.45.2";
src = fetchFromGitHub {
owner = "hanslub42";
repo = "rlwrap";
rev = "v${version}";
sha256 = "1ppkjdnxrxh99g4xaiaglm5bmp24006rfahci0cn1g7zwilkjy8s";
sha256 = "sha256-ubhAOyswdDG0mFKpnSDDq5f7umyCHsW/m721IHdjNMc=";
};
postPatch = ''