diff options
| author | Fuwn <[email protected]> | 2024-09-05 03:02:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-05 03:02:47 -0700 |
| commit | 51c44b5d7be6383f88d1bef286e44d94d07a0a4d (patch) | |
| tree | 2550efa1fefa11bada053299c29451da3551d6be /pkgs/zen-browser-bin.nix | |
| parent | Bump (diff) | |
| download | nixos-config-51c44b5d7be6383f88d1bef286e44d94d07a0a4d.tar.xz nixos-config-51c44b5d7be6383f88d1bef286e44d94d07a0a4d.zip | |
Bump: zen
Diffstat (limited to 'pkgs/zen-browser-bin.nix')
| -rw-r--r-- | pkgs/zen-browser-bin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/zen-browser-bin.nix b/pkgs/zen-browser-bin.nix index 914a03c..decf5e0 100644 --- a/pkgs/zen-browser-bin.nix +++ b/pkgs/zen-browser-bin.nix @@ -62,11 +62,11 @@ let in stdenv.mkDerivation rec { pname = "zen-browser-bin"; - version = "1.0.0-a.32"; + version = "1.0.0-a.37"; src = fetchzip { url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2"; - hash = "sha256-IRheE/4EhK8I7aCEDmbhwSrvxISKU6e42ezAp+FnH/M=="; + hash = "sha256-11etrfjdW0YbN+k9zYy2PqzVmJMfSG0ru+8v0QOlRoA="; }; desktopItems = [ desktopItem ]; |