aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-11 00:43:29 -0700
committerFuwn <[email protected]>2024-10-11 00:43:29 -0700
commit8fa1728828157b808bab3e5b2d9c464eeb723a5e (patch)
tree54b916e4c96cddb88ffcb3e39f343171fc2c0e77
parentci(yae): update yae schema (diff)
downloadtsutsumi-8fa1728828157b808bab3e5b2d9c464eeb723a5e.tar.xz
tsutsumi-8fa1728828157b808bab3e5b2d9c464eeb723a5e.zip
feat(pkgs): bump zen-browser-bin to 1.0.1-a.8
-rw-r--r--pkgs/zen-browser-bin.nix4
-rw-r--r--yae.json8
2 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/zen-browser-bin.nix b/pkgs/zen-browser-bin.nix
index 4efd9bc..590239b 100644
--- a/pkgs/zen-browser-bin.nix
+++ b/pkgs/zen-browser-bin.nix
@@ -4,7 +4,5 @@
yae,
}:
import "${self}/lib/zen-browser-bin.nix" {
- inherit (yae.zen-browser-bin) sha256;
-
- version = "1.0.1-a.7";
+ inherit (yae.zen-browser-bin) sha256 version;
} { inherit pkgs; }
diff --git a/yae.json b/yae.json
index 1860d41..c1dc8c9 100644
--- a/yae.json
+++ b/yae.json
@@ -1,10 +1,10 @@
{
"zen-browser-bin": {
- "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.7/zen.linux-specific.tar.bz2",
- "sha256": "1dlb2cl86ndsl6b6jv7qr7rdg2rzqjgn3y8rlw6d8jj5r0giyinh",
+ "url": "https://github.com/zen-browser/desktop/releases/download/1.0.1-a.8/zen.linux-specific.tar.bz2",
+ "sha256": "0pxwfxvvf3rp5cnil47578dgpyb0a42nnjpb7v3ylddfdlvr2msm",
"unpack": true,
"type": "git",
- "version": "1.0.1-a.7",
+ "version": "1.0.1-a.8",
"uri_template": "https://github.com/zen-browser/desktop/releases/download/{version}/zen.linux-specific.tar.bz2",
"tag_predicate": "1.0"
},
@@ -16,4 +16,4 @@
"version": "twilight",
"uri_template": "https://github.com/zen-browser/desktop/releases/download/{version}/zen.linux-specific.tar.bz2"
}
-} \ No newline at end of file
+}