Commit bbffb374 authored by R. RyanTM's avatar R. RyanTM
Browse files

rustdesk: 1.4.2 -> 1.4.3

parent 3ec512f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,17 +36,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "rustdesk";
  version = "1.4.2";
  version = "1.4.3";

  src = fetchFromGitHub {
    owner = "rustdesk";
    repo = "rustdesk";
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-ZUk/6r7HjlWAU7sUxbBxp9ZtxXUJftjcDy/V3LcMNPA=";
    hash = "sha256-TCy1AyqBHqrIlip2ZqdzIaYHjIYddThI+YmbcQHaDqQ=";
  };

  cargoHash = "sha256-b0jsW0208zKFMyoqKti8TuTNZL7hQ8PX7Gwm0faW4po=";
  cargoHash = "sha256-AOKsTPuq1VD6MR4z1K9l2Clbl8d/7IijTsnMRgBXvyw=";

  patches = [
    ./make-build-reproducible.patch