mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
kryptor: refactor
This commit is contained in:
parent
9431dcc532
commit
bc259d48fa
@ -12,7 +12,7 @@ buildDotnetModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "samuel-lucas6";
|
||||
repo = "Kryptor";
|
||||
rev = "v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-BxUmDzmfvRelQDHb5uLcQ2YPL7ClxZNFGm/gQoDK8t8=";
|
||||
};
|
||||
|
||||
@ -22,7 +22,7 @@ buildDotnetModule rec {
|
||||
|
||||
executables = [ "kryptor" ];
|
||||
|
||||
dotnetFlags = [ "-p:IncludeNativeLibrariesForSelfExtract=true" ];
|
||||
dotnetFlags = [ ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/samuel-lucas6/Kryptor/releases/tag/v${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user