1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libtirpc: 1.1.4 -> 1.2.5

This commit is contained in:
R. RyanTM 2019-12-23 12:27:12 -08:00 committed by Frederik Rietdijk
parent d4541f4699
commit 29b85537c3

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, autoreconfHook, libkrb5 }:
stdenv.mkDerivation rec {
name = "libtirpc-1.1.4";
name = "libtirpc-1.2.5";
src = fetchurl {
url = "mirror://sourceforge/libtirpc/${name}.tar.bz2";
sha256 = "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c";
sha256 = "1jl6a5kkw2vrp4gb6pmvf72rqimywvwfb9f7iz2xjg4wgq63bdpk";
};
outputs = [ "out" "dev" ];