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

jan: 0.4.14 -> 0.5.0
This commit is contained in:
Pol Dellaiera 2024-06-03 22:47:01 +02:00 committed by GitHub
commit 3f001c4127
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.14";
version = "0.5.0";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-nqTvLZ0upNI82R4QaHTKaGQLVC3eHMVEHoOZ4JvXR1E=";
hash = "sha256-yU2J9RctID/n0INAFyHbdbaHvWJm1384p1Za3MCJuL0=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };