tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
hashcat-utils: expand platforms to unix
Ben Siraphob
5 years ago
9836213f
a95cfe1b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
hashcat-utils
default.nix
+1
-1
pkgs/tools/security/hashcat-utils/default.nix
reviewed
···
24
24
description = "Small utilities that are useful in advanced password cracking";
25
25
homepage = "https://github.com/hashcat/hashcat-utils";
26
26
license = licenses.mit;
27
27
-
platforms = platforms.linux;
27
27
+
platforms = platforms.unix;
28
28
maintainers = with maintainers; [ fadenb ];
29
29
};
30
30
}