Skip to content

Commit

Permalink
kryptor: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9431dcc commit bc259d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/kr/kryptor/package.nix
Original file line number Diff line number Diff line change
@@ -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}";

0 comments on commit bc259d4

Please sign in to comment.