From c97740b03c1c0440fabb865bc675fc9567450a48 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 7 Jun 2025 10:50:23 +0200 Subject: [PATCH] matrix-synapse-unwrapped: restore ability to make backports I'm absolutely not going to do this by hand for the next 6 months! --- pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix b/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix index b39467d5750e..e61711ebe1f0 100644 --- a/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix +++ b/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix @@ -28,8 +28,7 @@ python3.pkgs.buildPythonApplication rec { }; cargoDeps = rustPlatform.fetchCargoVendor { - inherit src; - name = "${pname}-${version}"; + inherit pname version src; hash = "sha256-Gq3QvQSRfxRovzuvdboLCheNuMW58GFO9x2N2os+p38="; };