jan: 0.5.7 -> 0.5.11 (#363302)

This commit is contained in:
Wolfgang Walther 2024-12-13 20:48:28 +01:00 committed by GitHub
commit 4e9eac5966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.5.7";
version = "0.5.11";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-mWmqvyX9n79uCtCZimU7B1jFE+0Ucwe+RGw0oSQaSB4=";
hash = "sha256-dIXo7roUTu8wLdnqs1bCA9eVBC+UQMZtqSMwql9egWk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };