1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

pcapfix: 1.1.3 -> 1.1.4 (#58744)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcapfix/versions
This commit is contained in:
R. RyanTM 2019-04-07 14:34:54 -07:00 committed by xeji
parent 0801be2c3a
commit 38ea62c7af

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "pcapfix-1.1.3";
name = "pcapfix-1.1.4";
src = fetchurl {
url = "https://f00l.de/pcapfix/${name}.tar.gz";
sha256 = "0f9g6yh1dc7x1n28xs4lcwlk6sa3mpz0rbw0ddhajqidag2k07sr";
sha256 = "0m6308ka33wqs568b7cwa1f5q0bv61j2nwfizdyzrazw673lnh6d";
};
postPatch = ''sed -i "s|/usr|$out|" Makefile'';