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 }:
|
{ fetchurl, stdenv, autoreconfHook, libkrb5 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libtirpc-1.0.3";
|
name = "libtirpc-1.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libtirpc/${name}.tar.bz2";
|
url = "mirror://sourceforge/libtirpc/${name}.tar.bz2";
|
||||||
sha256 = "0ppxl3k3nsz0qdakq844i2kj4fvh9h937lhx26bgmpmxq67sghw6";
|
sha256 = "07anqypf7c719x9y683qz65cxllmzlgmlab2hlahrqcj4bq2k99c";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user