sha0 hashing c package for converting passwords in softether config
This commit is contained in:
parent
5fff2a6a16
commit
8a1f63b557
4 changed files with 200 additions and 1 deletions
|
|
@ -10,6 +10,9 @@
|
|||
pname = "softether-5";
|
||||
version = "5.02.5187";
|
||||
in {
|
||||
packages.${system}.default = pkgs.callPackage ./package.nix { inherit pname version; };
|
||||
packages.${system} = {
|
||||
default = pkgs.callPackage ./package.nix { inherit pname version; };
|
||||
sha0 = pkgs.callPackage ./sha0 {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue