summary refs log tree commit diff
path: root/pkgs/development/libraries/ti-rpc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 13:39:39 -0700
committerNikolay Amiantov <ab@fmap.me>2018-03-20 23:39:39 +0300
commitc1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee (patch)
tree6112bbf425a3a7823d989109b9ba5357418bc884 /pkgs/development/libraries/ti-rpc
parent1108d973657c196bd5a2ff4fafa9fae2653e2c4c (diff)
downloadnixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar.gz
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar.bz2
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar.lz
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar.xz
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.tar.zst
nixpkgs-c1912bdedec2d7924c8c4b6d31cb9fe425cfb8ee.zip
libtirpc: 1.0.2 -> 1.0.3 (#37487)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. 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.0.3 with grep in /nix/store/npaq7mvly8z13h38c8g1x0y4ggxi77k0-libtirpc-1.0.3
- directory tree listing: https://gist.github.com/ad3687f7d46ffd3201e6fbe6e2e090b9
Diffstat (limited to 'pkgs/development/libraries/ti-rpc')
-rw-r--r--pkgs/development/libraries/ti-rpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ti-rpc/default.nix b/pkgs/development/libraries/ti-rpc/default.nix
index d34a6dca783..aa134d35104 100644
--- a/pkgs/development/libraries/ti-rpc/default.nix
+++ b/pkgs/development/libraries/ti-rpc/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, fetchpatch, stdenv, autoreconfHook, libkrb5 }:
 
 stdenv.mkDerivation rec {
-  name = "libtirpc-1.0.2";
+  name = "libtirpc-1.0.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/libtirpc/${name}.tar.bz2";
-    sha256 = "1xchbxy0xql7yl7z4n1icj8r7dmly46i22fvm00vdjq64zlmqg3j";
+    sha256 = "0ppxl3k3nsz0qdakq844i2kj4fvh9h937lhx26bgmpmxq67sghw6";
   };
 
   patches = stdenv.lib.optional stdenv.hostPlatform.isMusl