0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

jan: 0.5.14 -> 0.5.15 (#383158)

This commit is contained in:
Wolfgang Walther 2025-02-25 20:49:37 +01:00 committed by GitHub
commit 3a3348c69c
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.14";
version = "0.5.15";
src = fetchurl {
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
hash = "sha256-NYTOuoFpeqj6aCclkM0hzYQ3esjbI9g0vMHrZXpaOq0=";
hash = "sha256-9DZl+g458iH4mSsQkNbB64NYKw33qs+bUXFnM5WZBMg=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };