Update Zen Browser to v1.0.1-a.22

This commit is contained in:
luisnquin
2024-11-30 02:32:59 +00:00
committed by github-actions[bot]
parent 5c342274b3
commit 5a765451af

View File

@@ -10,13 +10,13 @@
nixpkgs,
}: let
system = "x86_64-linux";
version = "1.0.1-a.21";
version = "1.0.1-a.22";
downloadUrl = {
specific.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
specific.sha256 = "0ljwz9ssy461xkcpnmcyf80pycd94qmw9bzbp9cphqls9qd56may";
specific.sha256 = "0anr79rdm62h5y37xa47rrrk32r9gnv04df4z7brc0hp4q83pxvi";
generic.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
generic.sha256 = "0h3hk8n6n16fml6lj025g12nhl9plixwjxfl599z1s47dfs09p7c";
generic.sha256 = "065rl1fhg79bkj1qy960qcid7wr7vd7j3wsf7bbr69b4rgmqqv3z";
};
pkgs = import nixpkgs {