mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
b2b2297b14
Using libvirtd-python: 8.10 -> 9.0
115 lines
3.5 KiB
Nix
115 lines
3.5 KiB
Nix
{ pkgs }:
|
|
self: super: {
|
|
|
|
nixops = super.nixops.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/NixOS/nixops.git";
|
|
rev = "5013072c5ca34247d7dce545c3a7b1954948fd4d";
|
|
sha256 = "0417xq7s0qkh9ali8grlahpxl4sgg4dla302dda4768wbp0wagcz";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-aws = super.nixops-aws.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/NixOS/nixops-aws.git";
|
|
rev = "d8a6679c413edd1a7075b2fe08017b4c7fa3b3ce";
|
|
sha256 = "0aqkaskp6nkcnfxxf1n294xp4ggk36qldj5c3kzfgxim06jap7n5";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-digitalocean = super.nixops-digitalocean.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixops-digitalocean.git";
|
|
rev = "e977b7f11e264a6a2bff2dcbc7b94c6a97b92fff";
|
|
sha256 = "020fg1kjh3x57dj95micpq6mxjg5j50jy6cs5f10i33ayy3556v8";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-encrypted-links = super.nixops-encrypted-links.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixops-encrypted-links.git";
|
|
rev = "e2f196fce15fcfb00d18c055e1ac53aec33b8fb1";
|
|
sha256 = "12ynqwd5ad6wfyv6sma55wnmrlr8i14kd5d42zqv4zl23h0xnd6m";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-gcp = super.nixops-gcp.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixops-gce.git";
|
|
rev = "712453027486e62e087b9c91e4a8a171eebb6ddd";
|
|
sha256 = "0siw2silxvbxdfgb2dcymn11nqdf8an7q43wcq1lyg1ac07w7dwh";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-hercules-ci = super.nixops-hercules-ci.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/hercules-ci/nixops-hercules-ci.git";
|
|
rev = "e601d5baffd003fd5f22deeaea0cb96444b054dc";
|
|
sha256 = "0rcpv5hc6l9ia8lq8ivwa80b2pwssmdz8an25lhr4i2472mpx1p0";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-hetzner = super.nixops-hetzner.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/NixOS/nixops-hetzner";
|
|
rev = "bc7a68070c7371468bcc8bf6e36baebc6bd2da35";
|
|
sha256 = "0kmzv5dzh828yh5jwjs5klfslx3lklrqvpvbh29b398m5r9bbqkn";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-hetznercloud = super.nixops-hetznercloud.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/lukebfox/nixops-hetznercloud.git";
|
|
rev = "e14f340f7ffe9e2aa7ffbaac0b8a2e3b4cc116b3";
|
|
sha256 = "0vhapgzhqfk3y8a26ck09g0ilydsbjlx5g77f8bscdqz818lki12";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixops-virtd = super.nixops-virtd.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixops-libvirtd.git";
|
|
rev = "be1ea32e02d8abb3dbe1b09b7c5a7419a7412991";
|
|
sha256 = "1mklm3lmicvhs0vcib3ss21an45wk24m1mkcwy1zvbpbmvhdz2m4";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixopsvbox = super.nixopsvbox.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixops-vbox.git";
|
|
rev = "2729672865ebe2aa973c062a3fbddda8c1359da0";
|
|
sha256 = "07bmrbg3g2prnba2kwg1rg6rvmnx1vzc538y2q3g04s958hala56";
|
|
};
|
|
}
|
|
);
|
|
|
|
nixos-modules-contrib = super.nixos-modules-contrib.overridePythonAttrs (
|
|
_: {
|
|
src = pkgs.fetchgit {
|
|
url = "https://github.com/nix-community/nixos-modules-contrib.git";
|
|
rev = "81a1c2ef424dcf596a97b2e46a58ca73a1dd1ff8";
|
|
sha256 = "0f6ra5r8i1jz8ymw6l3j68b676a1lv0466lv0xa6mi80k6v9457x";
|
|
};
|
|
}
|
|
);
|
|
|
|
}
|