Skip to content

Commit

Permalink
Update pkgs/applications/editors/vscode/extensions/vadimcn.vscode-lld…
Browse files Browse the repository at this point in the history
…b/default.nix


s/sha256/hash/

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
  • Loading branch information
Congee and SuperSandro2000 authored Jun 15, 2023
1 parent a31fa54 commit 9ec5729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
owner = "vadimcn";
repo = "vscode-lldb";
rev = "v${version}";
sha256 = "6QmYRlSv8jY3OE3RcYuZt+c3z6GhFc8ESETVfCfF5RI=";
hash = "sha256-6QmYRlSv8jY3OE3RcYuZt+c3z6GhFc8ESETVfCfF5RI=";
};

# need to build a custom version of lldb and llvm for enhanced rust support
Expand Down

0 comments on commit 9ec5729

Please sign in to comment.