Merge pull request #291612 from r-ryantm/auto-update/jan

jan: 0.4.6 -> 0.4.7
This commit is contained in:
Pol Dellaiera 2024-02-26 19:07:44 +01:00 committed by GitHub
commit 7b9f4b6feb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,10 +5,10 @@
let let
pname = "jan"; pname = "jan";
version = "0.4.6"; version = "0.4.7";
src = fetchurl { src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage"; 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; }; appimageContents = appimageTools.extractType2 { inherit pname version src; };