Skip to content

Commit

Permalink
jan: 0.5.7 -> 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit cb34544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ja/jan/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

let
pname = "jan";
version = "0.5.7";
version = "0.5.11";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-mWmqvyX9n79uCtCZimU7B1jFE+0Ucwe+RGw0oSQaSB4=";
hash = "sha256-dIXo7roUTu8wLdnqs1bCA9eVBC+UQMZtqSMwql9egWk=";
};

appimageContents = appimageTools.extractType2 { inherit pname version src; };
Expand Down

0 comments on commit cb34544

Please sign in to comment.