matrix-synapse-unwrapped: restore ability to make backports

I'm absolutely not going to do this by hand for the next 6 months!
This commit is contained in:
Maximilian Bosch
2025-06-07 10:50:23 +02:00
committed by chn
parent 2ebe9e65f6
commit c97740b03c

View File

@@ -28,8 +28,7 @@ python3.pkgs.buildPythonApplication rec {
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
name = "${pname}-${version}";
inherit pname version src;
hash = "sha256-Gq3QvQSRfxRovzuvdboLCheNuMW58GFO9x2N2os+p38=";
};