Merge pull request #294927 from drupol/jan/bump/0-4-8

jan: 0.4.7 -> 0.4.8
This commit is contained in:
Pol Dellaiera 2024-03-11 11:06:53 +01:00 committed by GitHub
commit 245f9f2bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; };