overlays: downgrade-transmission: add derivation

I need to vendor the full derivation definition, as upstream diverges
further and further away from 4.0.5.

On the next bump, the packaging for 4.1.0 starts becoming sufficiently
different to break my overlay.
This commit is contained in:
Bruno BELANYI 2026-02-19 21:40:35 +01:00
parent ee18a18b33
commit 4704b34db3
2 changed files with 237 additions and 12 deletions

View file

@ -1,14 +1,7 @@
self: prev:
self: _prev:
{
transmission_4 = prev.transmission_4.overrideAttrs (_: {
version = "4.0.5";
src = self.fetchFromGitHub {
owner = "transmission";
repo = "transmission";
rev = "4.0.5";
hash = "sha256-gd1LGAhMuSyC/19wxkoE2mqVozjGPfupIPGojKY0Hn4=";
fetchSubmodules = true;
};
});
transmission_4 = self.callPackage ./transmission_4.nix {
fmt = self.fmt_9;
libutp = self.libutp_3_4;
};
}