mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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
This commit is contained in:
parent
03bb7def46
commit
e02816960a
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue