Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ad70a424aa6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ed6d1463236
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 6, 2020

  1. python27Packages.azure-batch: 8.0.0 -> 9.0.0

    r-ryantm authored and Jon committed Apr 6, 2020
    Copy the full SHA
    237c1b9 View commit details
  2. azure-cli: freeze azure-batch

    Jonathan Ringer committed Apr 6, 2020
    Copy the full SHA
    8ed6d14 View commit details
Showing with 5 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/azure-batch/default.nix
  2. +3 −0 pkgs/tools/admin/azure-cli/python-packages.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/azure-batch/default.nix
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "azure-batch";
version = "8.0.0";
version = "9.0.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "1j8nibnics9vakhqiwnjv7bwril7mfyz1svcvvsrb9a4wbdd12wi";
sha256 = "112d73gxjqng348mcvi36ska6pxyg8qc3qswvhf5x4a0lr86zjj7";
};

propagatedBuildInputs = [
3 changes: 3 additions & 0 deletions pkgs/tools/admin/azure-cli/python-packages.nix
Original file line number Diff line number Diff line change
@@ -111,6 +111,9 @@ let
'';
};

azure-batch = overrideAzureMgmtPackage super.azure-batch "8.0.0" "zip"
"1j8nibnics9vakhqiwnjv7bwril7mfyz1svcvvsrb9a4wbdd12wi";

azure-mgmt-policyinsights = overrideAzureMgmtPackage super.azure-mgmt-policyinsights "0.4.0" "zip"
"1b69rz9wm0jvc54vx3b7h633x8gags51xwxrkp6myar40jggxw6g";