Merge pull request #100922 from r-ryantm/auto-update/ephemeral

ephemeral: 6.4.1 -> 7.0.4
This commit is contained in:
Ryan Mulligan 2020-11-27 06:42:55 -08:00 committed by GitHub
commit 0fab9bd68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ephemeral"; pname = "ephemeral";
version = "6.4.1"; version = "7.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cassidyjames"; owner = "cassidyjames";
repo = "ephemeral"; repo = "ephemeral";
rev = version; rev = version;
sha256 = "1lzcwaczh601kwbx7fzg32nrzlg67asby7p86qy10qz86xf4g608"; sha256 = "18chvfdmka21zvjgqfpinm3nrj0ba09szxhhm39anpvpbj92ra8j";
}; };
nativeBuildInputs = [ nativeBuildInputs = [