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: 09863a6c7aa5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11c50eeb6cf5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 7, 2020

  1. kdevelop: 5.4.5 -> 5.4.6

    aanderse committed Jan 7, 2020
    Copy the full SHA
    a8db490 View commit details
  2. kdev-php: 5.4.5 -> 5.4.6

    aanderse committed Jan 7, 2020
    Copy the full SHA
    3980119 View commit details
  3. kdev-python: 5.4.5 -> 5.4.6

    aanderse committed Jan 7, 2020
    Copy the full SHA
    c6b8d79 View commit details

Commits on Jan 8, 2020

  1. Merge pull request #77165 from aanderse/kdevelop

    kdevelop: 5.4.5 -> 5.4.6
    aanderse authored Jan 8, 2020
    Copy the full SHA
    11c50ee View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/editors/kdevelop5/kdev-php.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "kdev-php";
version = "5.4.5";
version = "5.4.6";

src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
sha256 = "12j0l2k6ii9ajp90lil3apk0xsz56cb549ighabik73a1w3c6ib6";
sha256 = "0p532r0ld6j6fpwqyf9m5m0d27y37chgbvcjp1x6g5jjvm7m77xk";
};

nativeBuildInputs = [ cmake extra-cmake-modules ];
4 changes: 2 additions & 2 deletions pkgs/applications/editors/kdevelop5/kdev-python.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "kdev-python";
version = "5.4.5";
version = "5.4.6";

src = fetchurl {
url = "https://github.com/KDE/${pname}/archive/v${version}.tar.gz";
sha256 = "1iq4lxbl8gq4qvydyz34ild4izw21cp22adlz9dc054v0wis331j";
sha256 = "1xzk0zgbc4nnz8gjbhw5h6kwznzxsqrg19ggyb8ijpmgg0ncxk8l";
};

cmakeFlags = [
4 changes: 2 additions & 2 deletions pkgs/applications/editors/kdevelop5/kdevelop.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@

mkDerivation rec {
pname = "kdevelop";
version = "5.4.5";
version = "5.4.6";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
sha256 = "08vhbg9ql0402bw3y3xw1kdxhig9sv3ss8g0h4477vy3z17m1h4j";
sha256 = "01jmrmwbc1hrvq7jdfcc7mxl03q2l6kz57yca2j26xwyvfcfv5sz";
};

nativeBuildInputs = [