nixpkgs: ssdeep 2.12 -> 2.13
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
b81c21428c
commit
c2f1ac9885
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ssdeep-${version}";
|
name = "ssdeep-${version}";
|
||||||
version = "2.12";
|
version = "2.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/ssdeep/${name}.tar.gz";
|
url = "mirror://sourceforge/ssdeep/${name}.tar.gz";
|
||||||
sha256 = "1pjb3qpcn6slfqjv23jf7i8zf7950b7h27b0v0dva5pxmn3rw149";
|
sha256 = "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For some reason (probably a build system bug), the binary isn't
|
# For some reason (probably a build system bug), the binary isn't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user