Unverified Commit d8c8d5c8 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #335018 from r-ryantm/auto-update/nixf

nixf: 2.3.1 -> 2.3.2
parents 3637306b 32292313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [