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

Commits on Jan 16, 2021

  1. mycli: 1.23.0 -> 1.23.2

    jojosch committed Jan 16, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rycee Robert Helgesson
    Copy the full SHA
    cda449e View commit details
  2. Merge pull request #109558 from jojosch/mycli-1.23.2

    mycli: 1.23.0 -> 1.23.2
    marsam authored Jan 16, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    rycee Robert Helgesson
    Copy the full SHA
    2476f4a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/mycli/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/mycli/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ with python3.pkgs;

buildPythonApplication rec {
pname = "mycli";
version = "1.23.0";
version = "1.23.2";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-k1UHpEoszThUvoL4h59vGZ71bAx26VJ0iT/YuVQk/Lk=";
sha256 = "sha256-auGbFAvwLR7aDChhgeNZPZPNGJo+b9Q4TFDaOrmU2zI=";
};

propagatedBuildInputs = [