Unverified Commit e6af6f47 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #329603 from r-ryantm/auto-update/pyenv

pyenv: 2.4.7 -> 2.4.8
parents 022bae04 966c3852
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "pyenv";
  version = "2.4.7";
  version = "2.4.8";

  src = fetchFromGitHub {
    owner = "pyenv";
    repo = "pyenv";
    rev = "refs/tags/v${version}";
    hash = "sha256-DrLma9gR9wy0IULtCoD/gTHMFPVyxijGACqcoQnYUHY=";
    hash = "sha256-JXNEAgppFbeNKxjvrI/jUyHmN6pSWUFGSrxeVZi5pHw=";
  };

  nativeBuildInputs = [