tana: 1.0.23 -> 1.0.24

This commit is contained in:
R. Ryantm 2025-02-16 09:18:50 +00:00
parent 5c6ca3c5aa
commit a59d3b7934

View File

@ -55,7 +55,7 @@ let
];
buildInputs = glLibs ++ libs;
runpathPackages = glLibs ++ [ stdenv.cc.cc stdenv.cc.libc ];
version = "1.0.23";
version = "1.0.24";
in
stdenv.mkDerivation {
pname = "tana";
@ -63,7 +63,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/tanainc/tana-desktop-releases/releases/download/v${version}/tana_${version}_amd64.deb";
hash = "sha256-Z8k5ootRAon68+0HlFy9eycQkuVEKFGdghxCyao+gUY=";
hash = "sha256-K3hJD42CWD+yQwbbzysMg2QD9RCw52h1mOV5lTO9CLc=";
};
nativeBuildInputs = [