summary refs log tree commit diff
path: root/pkgs/development/libraries/librelp
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 17:13:47 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-25 17:13:47 -0700
commitf747740535ab7d7f8cbd196e56d8e853b4d4395e (patch)
treea3c54a52904ca0b75237b034e62397a5e07db448 /pkgs/development/libraries/librelp
parent20f51922c0b8907a98dd2d1359799fab2ffae78b (diff)
downloadnixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar.gz
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar.bz2
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar.lz
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar.xz
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.tar.zst
nixpkgs-f747740535ab7d7f8cbd196e56d8e853b4d4395e.zip
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
Diffstat (limited to 'pkgs/development/libraries/librelp')
-rw-r--r--pkgs/development/libraries/librelp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librelp/default.nix b/pkgs/development/libraries/librelp/default.nix
index 5db5d2b5965..55bb22e660b 100644
--- a/pkgs/development/libraries/librelp/default.nix
+++ b/pkgs/development/libraries/librelp/default.nix
@@ -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 ];