Pol Dellaiera 2024-03-11 09:44:17 +01:00
parent 21eab0f8bf
commit 5be63258ea
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.4.7";
version = "0.4.8";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-Mn7rIBEf46JbNof8h3z66TGdGKnb0FGMJc46JncA0KM=";
hash = "sha256-8Vi2KK+5Wk/K+RJZ0/cbRUb8L25WEiLdo5ay8+ichdw=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };