Merge pull request #57737 from rixed/junkie-fix
Fix SHA256 used by fetchFromGitHub
This commit is contained in:
commit
54ce13ee84
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "rixed";
|
owner = "rixed";
|
||||||
repo = "junkie";
|
repo = "junkie";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "c9b57bd6e06d4f90e6a88b775f33fa00f66313ba0f663df70198eddf1d4be298";
|
sha256 = "0kfdjgch667gfb3qpiadd2dj3fxc7r19nr620gffb1ahca02wq31";
|
||||||
};
|
};
|
||||||
buildInputs = [ libpcap guile openssl ];
|
buildInputs = [ libpcap guile openssl ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue