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: 3531d0d0b777
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82228397967c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2020

  1. Copy the full SHA
    a654032 View commit details
  2. Merge pull request #102643 from mweinelt/salt

    salt: 3002 -> 3002.1
    andir authored Nov 3, 2020
    Copy the full SHA
    8222839 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/salt/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/salt/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3002";
version = "3002.1";

src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "tiLJ3p/eVx25a/1lmhg76lU90m5xyshWWTh+k3IhquY=";
sha256 = "0pp7qcfwsvg4419hzfka1180pw3saa9mrhl0z9951zn9fw2nllsc";
};

propagatedBuildInputs = with python3.pkgs; [