jan: 0.5.4 -> 0.5.6

This commit is contained in:
R. Ryantm
2024-10-04 23:39:22 +00:00
parent 44de13c26c
commit eda4b260d6
+2 -2
View File
@@ -5,10 +5,10 @@
let
pname = "jan";
version = "0.5.4";
version = "0.5.6";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-BrNfpf9v8yAs4y3vaPlqtOI9SE7IFfZm/CYegcuZT3c=";
hash = "sha256-PkRizjF4RVhCH7YOPABb+SpZlO3aKT5W6b0YBuKTNWk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };