Skip to content

Commit

Permalink
jan: 0.5.13 -> 0.5.14 (#376118)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Feb 11, 2025
2 parents 2225135 + 823e1c0 commit 4e98e86
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.13";
version = "0.5.14";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-QetnD+0SCzn5Zx5v1EJNjhx8U9ueHdp+zZu/Yf77AdY=";
hash = "sha256-NYTOuoFpeqj6aCclkM0hzYQ3esjbI9g0vMHrZXpaOq0=";
};

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

0 comments on commit 4e98e86

Please sign in to comment.