Skip to content

Commit

Permalink
Merge pull request #71280 from kjuvi/ephemeral
Browse files Browse the repository at this point in the history
ephemeral: 5.4.0 -> 6.0.0
  • Loading branch information
etu committed Oct 18, 2019
2 parents a87d46c + 7f538f7 commit f702ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/ephemeral/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
pname = "ephemeral";
version = "5.4.0";
version = "6.0.0";

src = fetchFromGitHub {
owner = "cassidyjames";
repo = "ephemeral";
rev = version;
sha256 = "1bl5x79nvzq49azcghc2sx9l709524zixh7py8ddccfnhrq641w8";
sha256 = "0g9rrx41grmgf4nn2pp17yhjxxayk826gs6nmkfdnimd4gmlf3nk";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f702ae1

Please sign in to comment.