about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-03-03 19:54:12 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-03-03 20:11:46 -0500
commit0e82b0e0ed6346da0f91ca3a6741d95c0b41553b (patch)
treee43a08f2ec094db04636e33784504e5d1e64dc7a /pkgs/applications/networking
parent5d31a94b11dc5d1c72505a0a1fdad14295e38f91 (diff)
downloadnixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar.gz
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar.bz2
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar.lz
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar.xz
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.tar.zst
nixlib-0e82b0e0ed6346da0f91ca3a6741d95c0b41553b.zip
ephemeral: 6.2.1 -> 6.3.0
https://github.com/cassidyjames/ephemeral/releases/tag/6.3.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/ephemeral/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/ephemeral/default.nix b/pkgs/applications/networking/browsers/ephemeral/default.nix
index 20ecbebd6d8e..ea840694bd31 100644
--- a/pkgs/applications/networking/browsers/ephemeral/default.nix
+++ b/pkgs/applications/networking/browsers/ephemeral/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ephemeral";
-  version = "6.2.1";
+  version = "6.3.0";
 
   src = fetchFromGitHub {
     owner = "cassidyjames";
     repo = "ephemeral";
     rev = version;
-    sha256 = "182kzk68l6rr878aaaqx31c6npb65x77qzhbc5rbqlrrdrb69zsg";
+    sha256 = "0h159szljvphs2hvagxwv6nncx46q0mvr4ylhl2nimap9jvss91n";
   };
 
   nativeBuildInputs = [