Unverified Commit 9f415b68 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #281029 from ydlr/mix2nix_0.1.9

mix2nix: 0.1.8 -> 0.1.9
parents 5bc82389 1071e311
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "mix2nix";
  version = "0.1.8";
  version = "0.1.9";

  src = fetchFromGitHub {
    owner = "ydlr";
    repo = "mix2nix";
    rev = version;
    hash = "sha256-iWy5q6ERzg8hRZs+bFtR6drZ9yI8Qh1v+47q3q2fFTM=";
    hash = "sha256-Wh3KFp1gNDOKOG/DZdftmgy/M+67ZGfdj6W3ETQpX/8=";
  };

  nativeBuildInputs = [ elixir ];
+1 −3
Original line number Diff line number Diff line
@@ -744,9 +744,7 @@ with pkgs;
    inherit (darwin) DarwinTools;
  };
  mix2nix = callPackage ../development/tools/mix2nix {
    elixir = elixir_1_14;
  };
  mix2nix = callPackage ../development/tools/mix2nix { };
  n98-magerun = callPackage ../development/tools/misc/n98-magerun { };