Unverified Commit f7eaf19d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixt: 2.8.1 -> 2.8.2 (#478958)

parents 10989ddc 083ac0c4
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.1";
    version = "2.8.2";

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      tag = version;
      hash = "sha256-daCKs314m8BlxZ9DZRr7XkpcDK9suE5kZK5X4BoZMpA=";
      hash = "sha256-rlV3ZAe7HKdt1SlPS6xy+vAxhddKhjn7XvoDnbq2AnE=";
    };

    nativeBuildInputs = [