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

Commits on Aug 19, 2019

  1. live555: 2019.06.28 -> 2019.08.16

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/live555/versions
    r-ryantm committed Aug 19, 2019
    Copy the full SHA
    0b00207 View commit details
  2. Merge pull request #66958 from r-ryantm/auto-update/live555

    live555: 2019.06.28 -> 2019.08.16
    mmahut authored Aug 19, 2019
    Copy the full SHA
    6e6892d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/live555/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/live555/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
stdenv.mkDerivation rec {
name = "live555-${version}";
version = "2019.06.28";
version = "2019.08.16";

src = fetchurl { # the upstream doesn't provide a stable URL
urls = [
"mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz"
"https://download.videolan.org/contrib/live555/live.${version}.tar.gz"
];
sha256 = "0pn5zhid9z8dsmwkhp2lvy84j5ahjskq1a8srdhd06hvh2w8dh2r";
sha256 = "1y77dc5qxd731w96x707iibavmkfayy5s557d7lasg742h36lcqv";
};

postPatch = ''