jan: 0.4.6 -> 0.4.7

This commit is contained in:
R. Ryantm 2024-02-26 17:16:59 +00:00
parent 8c826e35a9
commit 1cb3656cf3

View File

@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.4.6";
version = "0.4.7";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-/FYaFyp028CeEFfrxNnj67/z7FoOwU0wC2V56mACD5Q=";
hash = "sha256-Mn7rIBEf46JbNof8h3z66TGdGKnb0FGMJc46JncA0KM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };