From 44e8d5cc738097dc1c4165d3cb2372b5c98dd816 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Feb 2026 22:19:33 +0000 Subject: [PATCH] heptabase: 1.83.7 -> 1.83.9 --- pkgs/by-name/he/heptabase/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/he/heptabase/package.nix b/pkgs/by-name/he/heptabase/package.nix index 2959509d2b8c..6dd5f104e231 100644 --- a/pkgs/by-name/he/heptabase/package.nix +++ b/pkgs/by-name/he/heptabase/package.nix @@ -5,10 +5,10 @@ }: let pname = "heptabase"; - version = "1.83.7"; + version = "1.83.9"; src = fetchurl { url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage"; - hash = "sha256-inwkvv6wQIhp34z1FjpfwjRW1NsYXa8vsxukMb+RuTo="; + hash = "sha256-tArqlq18g+raKAI9YyoaBizC503ude1B9o+LnJqKaAw="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; };