jan: 0.4.7 -> 0.4.8
Changelog: https://github.com/janhq/jan/releases/tag/v0.4.8 Diff: https://github.com/janhq/jan/compare/v0.4.7..v0.4.8
This commit is contained in:
parent
21eab0f8bf
commit
5be63258ea
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
|||
|
||||
let
|
||||
pname = "jan";
|
||||
version = "0.4.7";
|
||||
version = "0.4.8";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
|
||||
hash = "sha256-Mn7rIBEf46JbNof8h3z66TGdGKnb0FGMJc46JncA0KM=";
|
||||
hash = "sha256-8Vi2KK+5Wk/K+RJZ0/cbRUb8L25WEiLdo5ay8+ichdw=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||
|
|
Loading…
Reference in a new issue