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

jan: 0.4.11 -> 0.4.12
This commit is contained in:
Pol Dellaiera 2024-04-25 20:11:20 +02:00 committed by GitHub
commit 89476df30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.4.11";
version = "0.4.12";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-EDQK8W0MxwXSNaHx2snByHs2Wr3RXtlNiXajzDMVJpc=";
hash = "sha256-IMqTQGuMuivUq8UTpgNRSHwskxvA/2XWA1bp38MDJdI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };