Update to 1.0.1-a.15

This commit is contained in:
ch4og
2024-10-31 10:25:32 +03:00
parent f36474f335
commit bb9649fcd7
2 changed files with 6 additions and 6 deletions

View File

@@ -8,15 +8,15 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
version = "1.0.1-a.14";
version = "1.0.1-a.15";
downloadUrl = {
"specific" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
sha256 = "sha256:0hfi40c0vwrpdgxwp7si9swzg5xmhm67dq797ggpvd6h942xbg2w";
sha256 = "sha256:01rx73b8ixz7wc7vhwykfzscfpqcbfl6wk2pgmbnbb0mhmqclx6n";
};
"generic" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
sha256 = "sha256:0xh32fgbbj2fmq2yc5lx6w5b72idrcnw3fjp8f51838xdmrdkc94";
sha256 = "sha256:02yjb02namv1g8j9b4jymk2vaas1hs90qsk7pk22nn5wsszsih0a";
};
};