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

Commits on Oct 7, 2019

  1. distgen: 1.3 -> 1.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/distgen/versions
    r-ryantm committed Oct 7, 2019
    Copy the full SHA
    39744af View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70564 from r-ryantm/auto-update/distgen

    distgen: 1.3 -> 1.4
    c0bw3b authored Oct 9, 2019
    Copy the full SHA
    7a82ed5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/distgen/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/distgen/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python3.pkgs.buildPythonApplication rec {
pname = "distgen";
version = "1.3";
version = "1.4";

src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "03jwy08wgp1lp6208vks1hv9g1f3aj45cml6k99mm3nw1jfnlbbq";
sha256 = "13k940xgpci754gmmnhz3j5rfvlg9hdh21j4yjh8dlr6g88qjc1x";
};

checkInputs = with python3.pkgs; [