about summary refs log tree commit diff
path: root/pkgs/by-name/hi
diff options
context:
space:
mode:
authorYMSTNT <21342713+YMSTNT@users.noreply.github.com>2023-12-26 13:27:48 +0100
committerYMSTNT <21342713+YMSTNT@users.noreply.github.com>2023-12-26 13:27:48 +0100
commit7dec18cf66fb198fc996d6da5c788872591ebdd4 (patch)
tree9339c8e68cb1dc2fa8d52c41d2514f8189262b08 /pkgs/by-name/hi
parentfffe515321416f8f37fdbaf9ef920bb6a80093eb (diff)
hifile: 0.9.9.6 -> 0.9.9.7
https://www.hifile.app/changelog
Diffstat (limited to 'pkgs/by-name/hi')
-rw-r--r--pkgs/by-name/hi/hifile/package.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/by-name/hi/hifile/package.nix b/pkgs/by-name/hi/hifile/package.nix
index 8c8f9707a7d3f..d4a0c568b4ec8 100644
--- a/pkgs/by-name/hi/hifile/package.nix
+++ b/pkgs/by-name/hi/hifile/package.nix
@@ -1,20 +1,19 @@
 { lib, appimageTools, fetchurl }:
 
 let
-  version = "0.9.9.6";
+  version = "0.9.9.7";
   pname = "hifile";
 
   src = fetchurl {
     url = "https://www.hifile.app/files/HiFile-${version}.AppImage";
-    hash = "sha256-qfBV4w4nChH2wUAHdcUFwVs+3OeqcKqMJ8WUucn31q4=";
+    hash = "sha256-/vFW+jHmtCEioJt0B5TnNDsaIyFlDuVABnHNccm6iEw=";
   };
 
   appimageContents = appimageTools.extractType2 {
     inherit pname version src;
   };
 
-in
-appimageTools.wrapType2 rec {
+in appimageTools.wrapType2 rec {
   inherit pname version src;
 
   extraInstallCommands = ''