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

Commits on Oct 4, 2019

  1. Copy the full SHA
    7c89576 View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70397 from doronbehar/update-qtutilities

    qtutilities: 6.0.0 -> 6.0.1
    c0bw3b authored Oct 9, 2019
    Copy the full SHA
    015e3ed View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/qtutilities/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/qtutilities/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "qtutilities";
version = "6.0.0";
version = "6.0.1";

src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "0d2x4djr8lqb4vad8g8vxvd1sgki4issxhyy5r32snh2i8pxpbp9";
sha256 = "1gg1qcyn1b52sy4akrpxjy8rnprp6dgzw2ywr18jp6m1fsy74rk2";
};

buildInputs = [ qtbase cpp-utilities ];