tana: 1.0.32 -> 1.0.36 (#416811)

Co-authored-by: massix <massimo.gengarelli@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-24 13:07:23 +00:00
committed by GitHub
co-authored by massix
+2 -2
View File
@@ -62,7 +62,7 @@ let
stdenv.cc.cc
stdenv.cc.libc
];
version = "1.0.32";
version = "1.0.36";
in
stdenv.mkDerivation {
pname = "tana";
@@ -70,7 +70,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/tanainc/tana-desktop-releases/releases/download/v${version}/tana_${version}_amd64.deb";
hash = "sha256-oAW9Vx4z0TOweKA6bsmCm7DY72pFWBnPLG0dS05oCw8=";
hash = "sha256-dDB2RcTk58IQGqNGepaIvxGhR0/soWWDbBXxnSEYkdw=";
};
nativeBuildInputs = [