Skip to content

Commit 823e1c0

Browse files
committed
jan: 0.5.13 -> 0.5.14
1 parent 0aa4755 commit 823e1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ja/jan/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
let
77
pname = "jan";
8-
version = "0.5.13";
8+
version = "0.5.14";
99
src = fetchurl {
1010
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
11-
hash = "sha256-QetnD+0SCzn5Zx5v1EJNjhx8U9ueHdp+zZu/Yf77AdY=";
11+
hash = "sha256-NYTOuoFpeqj6aCclkM0hzYQ3esjbI9g0vMHrZXpaOq0=";
1212
};
1313

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

0 commit comments

Comments
 (0)