Version Update

This commit is contained in:
2025-03-27 09:36:26 +00:00
parent 3270473543
commit e8afb78db8
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1742669843,
"narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1e5b653dff12029333a6546c11e108ede13052eb",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {

View File

@@ -10,10 +10,10 @@
nixpkgs,
}: let
system = "x86_64-linux";
version = "1.10.1b";
version = "1.10.2b";
downloadUrl = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-x86_64.tar.xz";
sha256 = "sha256:0098qm8zvy1y0apb84f0nnik137jwiwfsjlgdypv95xz8pndcwfw";
sha256 = "sha256:1z86b4cf84q517nb1kybafa20pb77a6vswsf6wl2gw85hxwb5yrp";
};
pkgs = import nixpkgs {