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

Commits on Jul 19, 2017

  1. plasma5: 5.10.3 -> 5.10.4

    adisbladis committed Jul 19, 2017
    Copy the full SHA
    176c15a View commit details

Commits on Jul 21, 2017

  1. Copy the full SHA
    2c4eb2a View commit details
  2. Copy the full SHA
    6292dc1 View commit details

Commits on Jul 29, 2017

  1. Merge commit 'refs/pull/27531/head' of github.com:NixOS/nixpkgs into …

    …feature/kde-frameworks-5.36
    ttuegel committed Jul 29, 2017
    Copy the full SHA
    6cb7bf2 View commit details
  2. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    e1fd278 View commit details
  3. Copy the full SHA
    5e0c5c2 View commit details
  4. Merge commit 'refs/pull/27491/head' of github.com:NixOS/nixpkgs into …

    …feature/plasma-5.10.4
    ttuegel committed Jul 29, 2017
    Copy the full SHA
    346bc1f View commit details
  5. Merge commit 'refs/pull/27532/head' of github.com:NixOS/nixpkgs into …

    …feature/kde-applications-17.04.3
    ttuegel committed Jul 29, 2017
    Copy the full SHA
    24dc94e View commit details

Commits on Jul 30, 2017

  1. Copy the full SHA
    2b29c89 View commit details
2 changes: 1 addition & 1 deletion pkgs/applications/kde/fetch.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WGET_ARGS=( https://download.kde.org/stable/applications/17.04.2/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/applications/17.04.3/ -A '*.tar.xz' )
Loading