Skip to content

Commit

Permalink
jan: 0.5.12 -> 0.5.13 (NixOS#372461)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents a7c5c11 + 7e3b7d5 commit 7594971
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.12";
version = "0.5.13";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-tIylP5VOt53wK/KfgsK6HiMX0YhuiJMDLn0L9XY6aJQ=";
hash = "sha256-QetnD+0SCzn5Zx5v1EJNjhx8U9ueHdp+zZu/Yf77AdY=";
};

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

0 comments on commit 7594971

Please sign in to comment.