jan: 0.5.15 -> 0.5.16

This commit is contained in:
R. Ryantm
2025-03-30 11:00:04 +02:00
committed by Weijia Wang
parent 87b48fd985
commit 12a4a5d192
+2 -2
View File
@@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.5.15";
version = "0.5.16";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-9DZl+g458iH4mSsQkNbB64NYKw33qs+bUXFnM5WZBMg=";
hash = "sha256-oKJSX8VuCS/CzIroYYzuEtyfviv3naxYr8jpfUccxBg=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };