GitHub Action automated Zen update

This commit is contained in:
luisnquin
2024-10-15 16:40:45 +00:00
committed by github-actions[bot]
parent 9ae4c93d21
commit 484424323c
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"lastModified": 1728888510,
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
"type": "github"
},
"original": {

View File

@@ -10,13 +10,13 @@
nixpkgs,
}: let
system = "x86_64-linux";
version = "1.0.1-a.8";
version = "1.0.1-a.9";
downloadUrl = {
specific.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
specific.sha256 = "sha256:0pxwfxvvf3rp5cnil47578dgpyb0a42nnjpb7v3ylddfdlvr2msm";
specific.sha256 = "1f4ym15gmwwxmgpwsl09a2rq1cwgybn0f715pj2icn2kmliasdkn";
generic.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
generic.sha256 = "0g3pkdyq06651v2rxjssqwn79j3phghf0fxpq9r0vhhsqdw2r62a";
generic.sha256 = "0jrxs09mbv7as4nk96nx1n8isas5r4nxysxp61l0fvsqywqsj970";
};
pkgs = import nixpkgs {