mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libtirpc: 0.2.4 -> 0.2.5
This commit is contained in:
parent
90f20fa41d
commit
50469c1511
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, kerberos }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libtirpc-0.2.4";
|
||||
name = "libtirpc-0.2.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libtirpc/${name}.tar.bz2";
|
||||
sha256 = "18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5";
|
||||
sha256 = "1nq2w227j9nh8qsz7b3c1pha00k5yvzf2c3pfmlcb1l65iydxyb2";
|
||||
};
|
||||
|
||||
buildInputs = [ kerberos ];
|
||||
|
|
Loading…
Reference in a new issue