Skip to content

Commit 1e38b93

Browse files
authored
jan: 0.5.15 -> 0.5.16 (NixOS#392655)
2 parents 2e4ea7a + abe6da3 commit 1e38b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ja/jan/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
let
77
pname = "jan";
8-
version = "0.5.15";
8+
version = "0.5.16";
99
src = fetchurl {
1010
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
11-
hash = "sha256-9DZl+g458iH4mSsQkNbB64NYKw33qs+bUXFnM5WZBMg=";
11+
hash = "sha256-oKJSX8VuCS/CzIroYYzuEtyfviv3naxYr8jpfUccxBg=";
1212
};
1313

1414
appimageContents = appimageTools.extractType2 { inherit pname version src; };
@@ -30,6 +30,6 @@ appimageTools.wrapType2 {
3030
license = lib.licenses.agpl3Plus;
3131
mainProgram = "jan";
3232
maintainers = [ ];
33-
platforms = lib.platforms.linux;
33+
platforms = with lib.systems.inspect; patternLogicalAnd patterns.isLinux patterns.isx86_64;
3434
};
3535
}

0 commit comments

Comments
 (0)