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

Commits on Jun 7, 2019

  1. pyotherside: 1.5.5 -> 1.5.6

    dtzWill committed Jun 7, 2019
    Copy the full SHA
    5fc5d4e View commit details

Commits on Jun 9, 2019

  1. Merge pull request #62799 from dtzWill/update/pyotherside-1.5.6

    pyotherside: 1.5.5 -> 1.5.6
    etu authored Jun 9, 2019
    Copy the full SHA
    6fe6258 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/pyotherside/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pyotherside/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "pyotherside";
version = "1.5.5";
version = "1.5.6";

src = fetchFromGitHub {
owner = "thp";
repo = "pyotherside";
rev = version;
sha256 = "1mczagl7mrgw9rqxlasgybrkfigdw1g7k542q75am8gp82m6wka9";
sha256 = "1cjx0fbrq9qvbirwy76pw1f5skm2afd51k4qb269ql4gpl67d5lv";
};

nativeBuildInputs = [ qmake ];