ephemeral: 6.3.0 -> 6.3.1

This commit is contained in:
R. RyanTM 2020-03-29 18:08:11 +00:00 committed by Jon
parent 40ecaf3808
commit e38859deac

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ephemeral"; pname = "ephemeral";
version = "6.3.0"; version = "6.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cassidyjames"; owner = "cassidyjames";
repo = "ephemeral"; repo = "ephemeral";
rev = version; rev = version;
sha256 = "0h159szljvphs2hvagxwv6nncx46q0mvr4ylhl2nimap9jvss91n"; sha256 = "13rl26lv5xgagiv21yp5pz69bkwh4nnz1lx9wryhsplki45xm1sq";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "The always-incognito web browser"; description = "The always-incognito web browser";
homepage = https://github.com/cassidyjames/ephemeral; homepage = "https://github.com/cassidyjames/ephemeral";
maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers; maintainers = with maintainers; [ kjuvi ] ++ pantheon.maintainers;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;