real bump

This commit is contained in:
Danilo Reyes
2025-11-22 00:08:54 -06:00
parent e7308ff031
commit f4c1f029fe

View File

@@ -6,21 +6,7 @@
... ...
}: }:
let let
qbit_manage = pkgs.stdenv.mkDerivation { inherit (inputs) qbit_manage;
pname = "qbit-manage-patched";
version = "0";
src = inputs.qbit_manage;
phases = [
"unpackPhase"
"installPhase"
];
installPhase = ''
mkdir -p $out
cp -r ./* $out/
chmod u+w $out/SUPPORTED_VERSIONS.json
sed -i 's/5\.1\.2/5\.1\.4/g' $out/SUPPORTED_VERSIONS.json
'';
};
pkgsU = import inputs.nixpkgs-unstable { pkgsU = import inputs.nixpkgs-unstable {
system = "x86_64-linux"; system = "x86_64-linux";
config.allowUnfree = true; config.allowUnfree = true;
@@ -30,7 +16,7 @@ let
sha256 = "sha256-kVDnDoCoJlY2Ew71lEMeE67kNOrKTJEMqNj2OfP01qw="; sha256 = "sha256-kVDnDoCoJlY2Ew71lEMeE67kNOrKTJEMqNj2OfP01qw=";
stripRoot = true; stripRoot = true;
}; };
qbit_manageEnv = pkgsU.python3.withPackages ( qbit_manageEnv = pkgs.python3.withPackages (
ps: ps:
builtins.attrValues { builtins.attrValues {
inherit (ps) inherit (ps)