We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbb21f0 + cb34544 commit 4e9eac5Copy full SHA for 4e9eac5
pkgs/by-name/ja/jan/package.nix
@@ -5,10 +5,10 @@
5
6
let
7
pname = "jan";
8
- version = "0.5.7";
+ version = "0.5.11";
9
src = fetchurl {
10
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
11
- hash = "sha256-mWmqvyX9n79uCtCZimU7B1jFE+0Ucwe+RGw0oSQaSB4=";
+ hash = "sha256-dIXo7roUTu8wLdnqs1bCA9eVBC+UQMZtqSMwql9egWk=";
12
};
13
14
appimageContents = appimageTools.extractType2 { inherit pname version src; };
0 commit comments