smartsynchronize: 4.6.2 -> 4.6.3

This commit is contained in:
R. Ryantm
2025-09-29 12:34:27 +00:00
parent e94033356e
commit c3dbeafe4e
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "smartsynchronize";
version = "4.6.2";
version = "4.6.3";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartsynchronize/smartsynchronize-linux-${
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
}.tar.gz";
hash = "sha256-78CidB6d7FJH17rRT3N9tCCHNZyeyOy7DOepxVDLPUM=";
hash = "sha256-F+Yrr029nPnnCvFEhIxgeXloyt2JRKSw8uOmVySWKzo=";
};
nativeBuildInputs = [ wrapGAppsHook3 ];