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

Merge pull request #336917 from r-ryantm/auto-update/mix2nix

mix2nix: 0.1.9 -> 0.2.0
parents 59fbe04a a202406c
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 ];