pcapfix: 1.1.1 -> 1.1.2 (#46223)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from pcapfix
This commit is contained in:
parent
4af4018710
commit
e070dae0a4
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pcapfix-1.1.1";
|
name = "pcapfix-1.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://f00l.de/pcapfix/${name}.tar.gz";
|
url = "https://f00l.de/pcapfix/${name}.tar.gz";
|
||||||
sha256 = "07dfgl99iv88mgpnpfcb9y7h0zjq9fcf4sp5s7d0d3d5a5sshjay";
|
sha256 = "0dl6pgqw6d8i5rhn6xwdx7sny16lpf771sn45c3p0l8z4mfzg6ay";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''sed -i "s|/usr|$out|" Makefile'';
|
postPatch = ''sed -i "s|/usr|$out|" Makefile'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user