ephemeral: 6.4.1 -> 7.0.4

This commit is contained in:
R. RyanTM 2020-10-18 03:58:56 +00:00 committed by Sandro Jäckel
parent 9e1943edc0
commit 763e838049
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 = [