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: b1b55ba0f6af
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: 7b6d5dfcab63
Choose a head ref
  • 8 commits
  • 6 files changed
  • 7 contributors

Commits on Dec 17, 2019

  1. Copy the full SHA
    8cbb00a View commit details

Commits on Dec 21, 2019

  1. qtcreator: 4.10.0 -> 4.11.0

    deadloko committed Dec 21, 2019
    Copy the full SHA
    0dc0af5 View commit details
  2. csfml: 2.4 -> 2.5

    david-sawatzke committed Dec 21, 2019
    Copy the full SHA
    83021ac View commit details
  3. Copy the full SHA
    b677f28 View commit details
  4. Merge pull request #75733 from ericdallo/clj-kondo-update

    clj-kondo: 2019.11.07 -> 2019.12.14
    markuskowa authored Dec 21, 2019
    Copy the full SHA
    40dd307 View commit details
  5. Merge pull request #76114 from david-sawatzke/update-csfml

    csfml: 2.4 -> 2.5
    marsam authored Dec 21, 2019
    Copy the full SHA
    f7590d6 View commit details
  6. Merge pull request #76142 from elseym/plex

    plex: 1.18.2.2058 -> 1.18.3.2156
    Ma27 authored Dec 21, 2019
    Copy the full SHA
    10f8656 View commit details
  7. Merge pull request #76140 from deadloko/feature/qtcreator_411

    qtcreator: 4.10.0 -> 4.11.0
    Ma27 authored Dec 21, 2019
    Copy the full SHA
    7b6d5df View commit details
6 changes: 3 additions & 3 deletions pkgs/development/libraries/csfml/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, sfml }:

let
version = "2.4";
version = "2.5";
in

stdenv.mkDerivation {
@@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "SFML";
repo = "CSFML";
rev = "b5facb85d13bff451a5fd2d088a97472a685576c";
sha256 = "1q716gd7c7jlxzwpq5z4rjj5lsrn71ql2djphccdf9jannllqizn";
rev = version;
sha256 = "071magxif5nrdddzk2z34czqmz1dfws4d7dqynb2zpn7cwhwxcpm";
};
buildInputs = [ cmake sfml ];
cmakeFlags = [ "-DCMAKE_MODULE_PATH=${sfml}/share/SFML/cmake/Modules/" ];
4 changes: 2 additions & 2 deletions pkgs/development/tools/clj-kondo/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec{
pname = "clj-kondo";
version = "2019.11.07";
version = "2019.12.14";

reflectionJson = fetchurl {
name = "reflection.json";
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec{

src = fetchurl {
url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "145cdpcdzh2v77kvg8a0qqac9ra7vdcf9hj71vy5w7fck08yf192";
sha256 = "1mprwqc5ydqn2wkssrj2g3wbpjss7flv584wss9j0jjfgy7jc4s1";
};

dontUnpack = true;
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
index e2d1e6a..1a1d839 100644
index b656f8e1..a830d3c3 100644
--- a/src/plugins/cpptools/headerpathfilter.cpp
+++ b/src/plugins/cpptools/headerpathfilter.cpp
@@ -96,8 +96,8 @@ HeaderPaths::iterator resourceIterator(HeaderPaths &headerPaths, bool isMacOs)
@@ -124,8 +124,8 @@ HeaderPaths::iterator resourceIterator(HeaderPaths &headerPaths)
{
// include/c++, include/g++, libc++\include and libc++abi\include
static const QString cppIncludes = R"((.*\/include\/.*(g\+\+|c\+\+).*))"
- R"(|(.*libc\+\+\/include))"
- R"(|(.*libc\+\+abi\/include))";
static const QString cppIncludes = R"((.*/include/.*(g\+\+|c\+\+).*))"
- R"(|(.*libc\+\+/include))"
- R"(|(.*libc\+\+abi/include))"
+ R"(|(.*libc\+\+.*\/include))"
+ R"(|(.*libc\+\+abi.*\/include))";
R"(|(/usr/local/include))";
static const QRegularExpression includeRegExp("\\A(" + cppIncludes + ")\\z");

// The same as includeRegExp but also matches /usr/local/include
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
diff --git a/src/plugins/cpptools/headerpathfilter.cpp b/src/plugins/cpptools/headerpathfilter.cpp
index e2d1e6a..1a1d839 100644
index a830d3c3..80e2f933 100644
--- a/src/plugins/cpptools/headerpathfilter.cpp
+++ b/src/plugins/cpptools/headerpathfilter.cpp
@@ -134,8 +134,6 @@ void removeClangSystemHeaderPaths(HeaderPaths &headerPaths)
@@ -157,7 +157,6 @@ void removeClangSystemHeaderPaths(HeaderPaths &headerPaths)

void HeaderPathFilter::tweakHeaderPaths()
{
- removeClangSystemHeaderPaths(builtInHeaderPaths);
-
auto split = resourceIterator(builtInHeaderPaths,
projectPart.toolChainTargetTriple.contains("darwin"));
removeGccInternalIncludePaths();

auto split = resourceIterator(builtInHeaderPaths);
4 changes: 2 additions & 2 deletions pkgs/development/tools/qtcreator/default.nix
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@ in

mkDerivation rec {
pname = "qtcreator";
version = "4.10.0";
version = "4.11.0";
baseVersion = builtins.concatStringsSep "." (lib.take 2 (builtins.splitVersion version));

src = fetchurl {
url = "http://download.qt-project.org/official_releases/${pname}/${baseVersion}/${version}/qt-creator-opensource-src-${version}.tar.xz";
sha256 = "12hgxdghz05ms4zl8prz2w8l66vmgw1qw2gsmmwqi2rdaay3lpcg";
sha256 = "0ibn7bapw7m26nmxl26dns1hnpawfdqk1i1mgg0gjssja8famszg";
};

buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ] ++
4 changes: 2 additions & 2 deletions pkgs/servers/plex/raw.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.18.2.2058-e67a4e892";
version = "1.18.3.2156-349e9837e";
pname = "plexmediaserver";

# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "12riaabhc4pp3nbjqvbp81fsnjzw43yfgnkjm7s9il0n85awzg0s";
sha256 = "1kcmcpf2nnly01d2wrk6krg5jh5s7cyr31l9jkqlj5zkf5qj1bbx";
};

outputs = [ "out" "basedb" ];