1
0
Fork 0

update version to 1.0.0-a.33 (#25)

* update version to 1.0.0-a.33

* update flake.lock
This commit is contained in:
Franexer 2024-08-31 07:54:07 +02:00 committed by GitHub
parent bc16bbb322
commit 06af05acba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1724479785,
"narHash": "sha256-pP3Azj5d6M5nmG68Fu4JqZmdGt4S4vqI5f8te+E/FTw=",
"lastModified": 1724819573,
"narHash": "sha256-GnR7/ibgIH1vhoy8cYdmXE6iyZqKqFxQSVkFgosBh6w=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d0e1602ddde669d5beb01aec49d71a51937ed7be",
"rev": "71e91c409d1e654808b2621f28a327acfdad8dc2",
"type": "github"
},
"original": {

View file

@ -8,15 +8,15 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
version = "1.0.0-a.32";
version = "1.0.0-a.33";
downloadUrl = {
"specific" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
sha256 = "sha256:1wqzczhsgh7cv6waflwahk2fyan1w5k0x150xl4az104zq9mw611";
sha256 = "sha256:1xaqd9cj26f93i964smslkmcx6g2gsj963wiv9mwq4a045h3izv3";
};
"generic" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
sha256 = "sha256:1apsa9a7cnsbzwhjsv4rcagrdva5227py603lpcp8ljywx5v1pbb";
sha256 = "sha256:196n46njw2p0kcdgyr66my3fa3z90f34psh7y7zjqamgswan16lq";
};
};