jan: 0.5.1 -> 0.5.3

This commit is contained in:
R. Ryantm 2024-09-02 11:24:25 +00:00
parent abd37c51b2
commit 949be2386c

View File

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