3
0
Fork 0
forked from mirrors/nixpkgs

junkie: fix src sha256

No idea how ever built. TIL about nix-prefetch-url.
This commit is contained in:
Cedric Cellier 2019-03-16 03:16:45 +01:00
parent 17a2e7329b
commit e1fb3b5d3e

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "rixed";
repo = "junkie";
rev = "v${version}";
sha256 = "c9b57bd6e06d4f90e6a88b775f33fa00f66313ba0f663df70198eddf1d4be298";
sha256 = "0kfdjgch667gfb3qpiadd2dj3fxc7r19nr620gffb1ahca02wq31";
};
buildInputs = [ libpcap guile openssl ];
nativeBuildInputs = [ pkgconfig ];