Merge pull request #57737 from rixed/junkie-fix

Fix SHA256 used by fetchFromGitHub
This commit is contained in:
Ryan Mulligan 2019-03-15 20:28:38 -07:00 committed by GitHub
commit 54ce13ee84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];