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: 404fef90dee2
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: 88e91e4882d1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 5 contributors

Commits on May 6, 2020

  1. wordpress: 5.3.2 → 5.3.3

    Fixes: CVE-2020-11030, CVE-2020-11029, CVE-2020-11028, CVE-2020-11027, CVE-2020-11026, CVE-2020-11025
    mweinelt committed May 6, 2020

    Unverified

    The committer email address is not verified.
    Copy the full SHA
    ef791a3 View commit details
  2. Merge pull request #87096 from mweinelt/20.03/pr/wordpress

    [20.03] wordpress: 5.3.2 → 5.3.3
    aanderse authored May 6, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    ttuegel Thomas Tuegel
    Copy the full SHA
    2d07cd6 View commit details
  3. teeworlds: 0.7.4 -> 0.7.5

    fixes CVE-2020-12066
    
    (cherry picked from commit b89d52e)
    hax404 committed May 6, 2020
    Copy the full SHA
    e85b6a5 View commit details
  4. Merge pull request #87148 from hax404/20.03_teeworlds-0.7.5

    [20.03] teeworlds: 0.7.4 -> 0.7.5
    flokli authored May 6, 2020
    Copy the full SHA
    7544d59 View commit details

Commits on May 7, 2020

  1. riot-web: 1.5.15 -> 1.6.0

    Ma27 authored and Milan committed May 7, 2020
    Copy the full SHA
    31063de View commit details
  2. riot-desktop: 1.5.15 -> 1.6.0

    Ma27 authored and Milan committed May 7, 2020
    Copy the full SHA
    88e91e4 View commit details
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "1.5.15",
"version": "1.6.0",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"dependencies": {
Original file line number Diff line number Diff line change
@@ -610,11 +610,11 @@
};
}
{
name = "minimist___minimist_1.2.2.tgz";
name = "minimist___minimist_1.2.3.tgz";
path = fetchurl {
name = "minimist___minimist_1.2.2.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz";
sha1 = "b00a00230a1108c48c169e69a291aafda3aacd63";
name = "minimist___minimist_1.2.3.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz";
sha1 = "3db5c0765545ab8637be71f333a104a965a9ca3f";
};
}
{
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@

let
executableName = "riot-desktop";
version = "1.5.15";
version = "1.6.0";
riot-web-src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-web";
rev = "v${version}";
sha256 = "08yk5is6n9ci1jml0b94a3swdybx01k5klbl30i1b76biyn75m77";
sha256 = "16zm6l4c7vkfdlxh6gdw531k5r4v3mb0h66q41h94dvmj79dz2bj";
};
electron = electron_7;

Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.5.15";
version = "1.6.0";

src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "09a9l1l65m2c4ldycjhnqn0mmblm3j65vc9rcjfkdxqbd6bh86h7";
sha256 = "1mm4xk69ya1k3gz6jjhc4njx7b3rp157jmrqsxr5i382zs035ff7";
};

installPhase = ''
4 changes: 2 additions & 2 deletions pkgs/games/teeworlds/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "teeworlds";
version = "0.7.4";
version = "0.7.5";

src = fetchFromGitHub {
owner = "teeworlds";
repo = "teeworlds";
rev = version;
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
sha256 = "1l19ksmimg6b8zzjy0skyhh7z11ql7n5gvilkv7ay5x2b9ndbqwz";
fetchSubmodules = true;
};

4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/wordpress/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "wordpress";
version = "5.3.2";
version = "5.3.3";

src = fetchurl {
url = "https://wordpress.org/${pname}-${version}.tar.gz";
sha256 = "0rq1j431x0fvcpry721hxglszql4c80qr26fglcdlm51h9z6i1p1";
sha256 = "13x3qny45g5gx2rqhvkfmh8n43hq3hz5bm5n3n9l46ifmcvhwpnq";
};

installPhase = ''