Skip to content

Commit

Permalink
update release.nix & update json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmorais committed Jan 26, 2023
1 parent 34ee401 commit ad56dcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Kuro v8.1.6",
"name": "Kuro v8.1.7",
"url": "https://github.com/davidsmorais/kuro/releases/latest",
"version": "8.1.6"
"version": "8.1.7"
}
6 changes: 3 additions & 3 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
, makeWrapper
, makeDesktopItem
, mkYarnPackage
, electron_18
, electron_22
, yarn2nix
}:

let
pname = "kuro";
executableName = pname;
version = "8.1.6";
electron = electron_18;
version = "8.1.7";
electron = electron_22;

in mkYarnPackage rec {
name = "${pname}-${version}";
Expand Down

0 comments on commit ad56dcd

Please sign in to comment.