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

Commits on Jul 1, 2017

  1. qtcreator: 4.3.0 -> 4.3.1

    romildo committed Jul 1, 2017
    Copy the full SHA
    dad7df9 View commit details

Commits on Jul 2, 2017

  1. Merge pull request #27021 from romildo/upd.qtcreator

    qtcreator: 4.3.0 -> 4.3.1
    FRidh authored Jul 2, 2017
    Copy the full SHA
    8d55617 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/qtcreator/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/qtcreator/default.nix
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ with stdenv.lib;

let
baseVersion = "4.3";
revision = "0";
revision = "1";
in

stdenv.mkDerivation rec {
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://download.qt-project.org/official_releases/qtcreator/${baseVersion}/${version}/qt-creator-opensource-src-${version}.tar.xz";
sha256 = "1n3ihky72p6q69n6c8s5hacq8rxdqmmr6msg89w5amwd17sam7p9";
sha256 = "1bd4wxvp8b5imsmrbnn8rkiln38g74g2545x07pmihc8z51qh2h6";
};

buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ];