Merge pull request #78949 from kjuvi/ephemeral

ephemeral: 6.1.1 -> 6.2.0
This commit is contained in:
worldofpeace 2020-01-31 14:42:28 -05:00 committed by GitHub
commit aeec2e7a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "ephemeral";
version = "6.1.1";
version = "6.2.0";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = "ephemeral";
rev = version;
sha256 = "1i77chbjjg8zda5bnn1wj4h00a88awfls5b3i3dqwgsi356hv4wb";
sha256 = "1y0n1p14kg24qnybi201181q7j6vm20ka4xwmgggjll9v6qflvaz";
};
nativeBuildInputs = [