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

mix2nix: 0.1.9 -> 0.2.0

parent 87f0efca
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.9";
  version = "0.2.0";

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

  nativeBuildInputs = [ elixir ];