jan: 0.5.16 -> 0.5.17

This commit is contained in:
R. Ryantm
2025-05-15 07:22:36 +00:00
parent f71ccdc1bc
commit 22e7748141
+2 -2
View File
@@ -6,10 +6,10 @@
let
pname = "jan";
version = "0.5.16";
version = "0.5.17";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-oKJSX8VuCS/CzIroYYzuEtyfviv3naxYr8jpfUccxBg=";
hash = "sha256-Gvjkq4GWC7aYDrlTF7496C5IlcT+vzU+soumrVwux/I=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };