Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ecc64b374b26
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0fdbd89aef4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 11, 2019

  1. Copy the full SHA
    9fde014 View commit details
  2. python37Packages.aiorpcx: 0.17.0 -> 0.18.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-aiorpcx/versions
    
    (cherry picked from commit 54fa84b)
    
    Required by electrum 3.3.7
    r-ryantm authored and joachifm committed Jul 11, 2019
    Copy the full SHA
    f0fdbd8 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
  2. +2 −2 pkgs/development/python-modules/aiorpcx/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "wingpanel-indicator-session";
version = "2.2.3";
version = "2.2.4";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1y0blff02p3w23sv17yg7fq0yq0g2k8j7vjmk92k664fx72kjjzh";
sha256 = "1x2p2sjal42bspmqcg9lzixv6rnihvgmwk92gfcccrmvk8j4bx6s";
};

passthru = {
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiorpcx/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "aiorpcx";
version = "0.17.0";
version = "0.18.3";

src = fetchPypi {
inherit version;
pname = "aiorpcX";
sha256 = "14np5r75rs0v45vsv20vbzmnv3qisvm9mdllj1j9s1633cvcik0k";
sha256 = "0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp";
};

propagatedBuildInputs = [ attrs ];