Commit a6bed322 authored by R. RyanTM's avatar R. RyanTM
Browse files

hifile: 0.9.9.15 -> 0.9.9.16

parent ab36ef17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
}:

let
  version = "0.9.9.15";
  version = "0.9.9.16";
  pname = "hifile";

  src = fetchurl {
    url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
    hash = "sha256-Q0clcmBLWt8qDzHYjRRbwyZBSWW//yBTbRcnRjrSlzM=";
    hash = "sha256-/5ZAAq6yQQZ8NxlCeXp1jJ+fqewIGuBGD+KpjirfCjU=";
  };

  appimageContents = appimageTools.extractType2 {