From e02816960accd8bb04e1fc0f56d923cbd04778e6 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 31 Aug 2018 12:33:35 -0700 Subject: [PATCH] libtirpc: 1.0.3 -> 1.1.4 (#45815) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from libtirpc --- pkgs/development/libraries/ti-rpc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/ti-rpc/default.nix b/pkgs/development/libraries/ti-rpc/default.nix index 24251cf0cc1d..77c0b4a1a460 100644 --- a/pkgs/development/libraries/ti-rpc/default.nix +++ b/pkgs/development/libraries/ti-rpc/default.nix @@ -1,11 +1,11 @@ { fetchurl, stdenv, autoreconfHook, libkrb5 }: stdenv.mkDerivation rec { - name = "libtirpc-1.0.3"; + name = "libtirpc-1.1.4"; src = fetchurl { url = "mirror://sourceforge/libtirpc/${name}.tar.bz2"; - sha256 = "0ppxl3k3nsz0qdakq844i2kj4fvh9h937lhx26bgmpmxq67sghw6"; + sha256 = "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c"; }; postPatch = ''