Skip to content

Commit

Permalink
Merge pull request #335018 from r-ryantm/auto-update/nixf
Browse files Browse the repository at this point in the history
nixf: 2.3.1 -> 2.3.2
  • Loading branch information
donovanglover authored Aug 17, 2024
2 parents 3637306 + 3229231 commit d8c8d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/language-servers/nixd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

let
common = rec {
version = "2.3.1";
version = "2.3.2";

src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-JmDMcxIQ0220O/vWw/9SyB1dH7MSJaPK/CKY44ViVjM=";
hash = "sha256-ffHLKHpqgVlYLGQ/Dc/6hW/inA98QdMJiv/fT2IrH7c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d8c8d5c

Please sign in to comment.