Merge pull request #68379 from jonringer/bump-rappel

rappel: unstable-2019-07-08 -> unstable-2019-09-09
This commit is contained in:
Mario Rodas 2019-09-12 07:22:09 -05:00 committed by GitHub
commit 2fa8c64b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rappel";
version = "unstable-2019-07-08";
version = "unstable-2019-09-09";
src = fetchFromGitHub {
owner = "yrp604";
repo = "rappel";
rev = "95a776f850cf6a7c21923a2100b605408ef038de";
sha256 = "0fmd15xa6hswh3x48av4g1sf6rncbiinbj7gbw1ffvqsbcfnsgcr";
rev = "31a06762d34880ff2ed7176ca71bd8a6b91b10d5";
sha256 = "0wj3hypqfrjra8mwmn32hs5qs6ic81cq3gn1v0b2fba6vkqcsqfy";
};
buildInputs = [ libedit ];