mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pcapfix: 1.1.0 -> 1.1.1
Semi-automatic update. These checks were performed: - built on NixOS - found 1.1.1 with grep in /nix/store/bri5ks0ab6lf6plcklwlqanf271w0rlw-pcapfix-1.1.1 - found 1.1.1 in filename of file in /nix/store/bri5ks0ab6lf6plcklwlqanf271w0rlw-pcapfix-1.1.1 cc "@ehmry"
This commit is contained in:
parent
38dcb29e26
commit
b89ef02a95
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pcapfix-1.1.0";
|
||||
name = "pcapfix-1.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://f00l.de/pcapfix/${name}.tar.gz";
|
||||
sha256 = "025jpsqav9wg9lql7jfpd67z1113j8gzmjc5nqf5q07b01nnpfgj";
|
||||
sha256 = "07dfgl99iv88mgpnpfcb9y7h0zjq9fcf4sp5s7d0d3d5a5sshjay";
|
||||
};
|
||||
|
||||
postPatch = ''sed -i "s|/usr|$out|" Makefile'';
|
||||
|
Loading…
Reference in New Issue
Block a user