Unverified Commit b31cccc8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268397 from YMSTNT/update-hifile

hifile: 0.9.9.5 -> 0.9.9.6
parents 24d53496 56bcfa33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, appimageTools, fetchurl }:

let
  version = "0.9.9.5";
  version = "0.9.9.6";
  pname = "hifile";

  src = fetchurl {
    url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
    hash = "sha256-Ks/NLPm5loo9q8pT0LdtfcrC38203beNE74sbEpyuJM=";
    hash = "sha256-qfBV4w4nChH2wUAHdcUFwVs+3OeqcKqMJ8WUucn31q4=";
  };

  appimageContents = appimageTools.extractType2 {