Unverified Commit 29a717b8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #322301 from r-ryantm/auto-update/nixd

nixd: 2.2.1 -> 2.2.2
parents 88a37b5e d098fe94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

let
  common = rec {
    version = "2.2.1";
    version = "2.2.2";

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      rev = version;
      hash = "sha256-Y5MB3BQBRkSe+10enlric1GTmJCN36clbOSos6fzoRM=";
      hash = "sha256-Yr/+03ealYQHjxtCLNCz/EYypwMPgiaTvCE55BEUk2c=";
    };

    nativeBuildInputs = [