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

jan: 0.4.13 -> 0.4.14
This commit is contained in:
Pol Dellaiera 2024-05-27 20:08:18 +02:00 committed by GitHub
commit 188d376709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.4.13";
version = "0.4.14";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-6RjpkIMYScgJ2xTS7b2w90ixEm4ZHw8Izecjho93sRE=";
hash = "sha256-nqTvLZ0upNI82R4QaHTKaGQLVC3eHMVEHoOZ4JvXR1E=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };