Unverified Commit 788db59e authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

weylus: unstable-2025-02-24 -> unstable-2025-10-08 (#449822)

parents 33c67ef4 4d04fe53
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

rustPlatform.buildRustPackage {
  pname = "weylus";
  version = "unstable-2025-02-24";
  version = "unstable-2025-10-08";

  src = fetchFromGitHub {
    owner = "H-M-H";
    repo = "weylus";
    rev = "5202806798ccca67c24da52ba51ee50b973b7089";
    sha256 = "sha256-lx1ZVp5DkQiL9/vw6PAZ34Lge+K8dfEVh6vLnCUNf7M=";
    rev = "56e29ecbde3a4aba994a9df047b5398feb447c1b";
    hash = "sha256-dHdgWrygSXqKf9fpYRVDj+Ql97Or/kjBfN/mECy2ipc=";
  };

  buildInputs = [
@@ -71,7 +71,7 @@ rustPlatform.buildRustPackage {
    libtool
  ];

  cargoHash = "sha256-dLhlYOrLjoBSRGDJB0qTEIb+oGnp9X+ADHddpYITdl8=";
  cargoHash = "sha256-Mx8/zMG36qztbFYgqC7SB75bf8T0NkYQA+2Hs9/pnjk=";

  cargoBuildFlags = [ "--features=ffmpeg-system" ];
  cargoTestFlags = [ "--features=ffmpeg-system" ];