Commit 1cb3656c authored by R. RyanTM's avatar R. RyanTM
Browse files

jan: 0.4.6 -> 0.4.7

parent 8c826e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@

let
  pname = "jan";
  version = "0.4.6";
  version = "0.4.7";
  src = fetchurl {
    url = "https://github.com/janhq/jan/releases/download/v${version}/jan-linux-x86_64-${version}.AppImage";
    hash = "sha256-/FYaFyp028CeEFfrxNnj67/z7FoOwU0wC2V56mACD5Q=";
    hash = "sha256-Mn7rIBEf46JbNof8h3z66TGdGKnb0FGMJc46JncA0KM=";
  };

  appimageContents = appimageTools.extractType2 { inherit pname version src; };