Skip to content

Commit 12a4a5d

Browse files
r-ryantmwegank
authored andcommitted
jan: 0.5.15 -> 0.5.16
1 parent 87b48fd commit 12a4a5d

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.15";
8+
version = "0.5.16";
99
src = fetchurl {
1010
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
11-
hash = "sha256-9DZl+g458iH4mSsQkNbB64NYKw33qs+bUXFnM5WZBMg=";
11+
hash = "sha256-oKJSX8VuCS/CzIroYYzuEtyfviv3naxYr8jpfUccxBg=";
1212
};
1313

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

0 commit comments

Comments
 (0)