junkie: fix src sha256
No idea how ever built. TIL about nix-prefetch-url.
This commit is contained in:
parent
17a2e7329b
commit
e1fb3b5d3e
@ -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…
x
Reference in New Issue
Block a user