update things

This commit is contained in:
zack 2024-09-27 12:09:26 -04:00
parent 5ac7c053fd
commit 6eb61c0194
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
9 changed files with 72 additions and 25 deletions

View file

@ -3,7 +3,7 @@
lib,
}: let
pname = "zen-browser";
version = "1.0.1-a.4";
version = "1.0.1-a.5";
runtimeLibs = with pkgs;
[
@ -60,7 +60,7 @@ in
src = builtins.fetchTarball {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
sha256 = "sha256:0jjfr1201gfw0cy8q1jbr504994z33sbw8ip86c6xbww8qm60bqh";
sha256 = "sha256:0rj8x0b7vnl6zj8mky9qip54l1cp8rpy0465gr28zsjnjhp7qyak";
};
desktopSrc = ./.;