Commit d098fe94 authored by R. RyanTM's avatar R. RyanTM
Browse files

nixd: 2.2.1 -> 2.2.2

parent e1f89770
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 = [