tana: 1.0.23 -> 1.0.24 (#382524)

Co-authored-by: massix <massimo.gengarelli@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-16 10:05:48 +00:00
committed by GitHub
co-authored by massix
+2 -2
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 = [