forked from mirrors/nixpkgs
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 {
|
||||
name = "ssdeep-${version}";
|
||||
version = "2.12";
|
||||
version = "2.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ssdeep/${name}.tar.gz";
|
||||
sha256 = "1pjb3qpcn6slfqjv23jf7i8zf7950b7h27b0v0dva5pxmn3rw149";
|
||||
sha256 = "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f";
|
||||
};
|
||||
|
||||
# For some reason (probably a build system bug), the binary isn't
|
||||
|
|
Loading…
Reference in a new issue