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

Commits on Mar 26, 2018

  1. librelp: 1.2.14 -> 1.2.15

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/librelp/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 1.2.15 with grep in /nix/store/cjbd6mqjf4lgxl73dkvs9xc03yvdcwwv-librelp-1.2.15
    - directory tree listing: https://gist.github.com/bc4e1fc397536ead26ce0d2df2c25296
    ryantm committed Mar 26, 2018
    Copy the full SHA
    f747740 View commit details
  2. Merge pull request #37823 from ryantm/auto-update/librelp

    librelp: 1.2.14 -> 1.2.15
    adisbladis authored Mar 26, 2018
    Copy the full SHA
    a83c2f9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/librelp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/librelp/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, gnutls, zlib }:

stdenv.mkDerivation rec {
name = "librelp-1.2.14";
name = "librelp-1.2.15";

src = fetchurl {
url = "http://download.rsyslog.com/librelp/${name}.tar.gz";
sha256 = "0marms2np729ck0x0hsj1bdmi0ly57pl7pfspwrqld9n8cd29xhi";
sha256 = "16d9km99isa4mwk6psf8brny1sfl45dijlkdwzp0yrjnj0nq6cd9";
};

nativeBuildInputs = [ pkgconfig ];