diff options
author | aleksana | 2024-07-04 18:12:26 +0800 |
---|---|---|
committer | aleksana | 2024-07-04 20:16:51 +0800 |
commit | 9ec8af44ad0b672c0b23ba46eda1e5b3f7183933 (patch) | |
tree | 546b48b6f8a4e70a3a5a78be7dca5a630b88ebf2 /pkgs/by-name/fa | |
parent | 379b5c2995780f1a1258fd68324df197b45e34e4 (diff) |
treewide: change nugetSha256 to nugetHash
This is both to verify the correctness of the changes in dotnet helper and to promote the use of nugetHash (which uses SRI hash). For more information on nugetHash, check out https://nixos.org/manual/nixpkgs/unstable/#packaging-dotnet-global-tools
Diffstat (limited to 'pkgs/by-name/fa')
-rw-r--r-- | pkgs/by-name/fa/fantomas/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/fa/fantomas/package.nix b/pkgs/by-name/fa/fantomas/package.nix index 804e93aa5806..8533af46bbae 100644 --- a/pkgs/by-name/fa/fantomas/package.nix +++ b/pkgs/by-name/fa/fantomas/package.nix @@ -4,7 +4,7 @@ buildDotnetGlobalTool { pname = "fantomas"; version = "6.3.9"; - nugetSha256 = "sha256-XRPC5cXMoTJLLHe3f5A3+uXakbL+D7DlX0sA52KMZKw="; + nugetHash = "sha256-XRPC5cXMoTJLLHe3f5A3+uXakbL+D7DlX0sA52KMZKw="; meta = with lib; { description = "F# source code formatter"; |