Unverified Commit 4274a4e7 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

nixt: 2.8.2 -> 2.9.0 (#488069)

parents 42c103b3 664e58f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
let
  nixComponents = nixVersions.nixComponents_2_30;
  common = rec {
    version = "2.8.2";
    version = "2.9.0";

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      tag = version;
      hash = "sha256-rlV3ZAe7HKdt1SlPS6xy+vAxhddKhjn7XvoDnbq2AnE=";
      hash = "sha256-/IU5yJQzUwv/d4mXr+m/AKrw7ufY8r+JAysUhhaHUZY=";
    };

    nativeBuildInputs = [