Commit 095e7ca5 authored by R. RyanTM's avatar R. RyanTM
Browse files

pyenv: 2.5.0 -> 2.5.1

parent 4b5b5d19
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.5.0";
  version = "2.5.1";

  src = fetchFromGitHub {
    owner = "pyenv";
    repo = "pyenv";
    tag = "v${version}";
    hash = "sha256-2khf1yGq+SXyOC7NAcjfzvscGg9Kay/8fMM7b0WMh8A=";
    hash = "sha256-i4CQTaz4VDYxUOGcmyIQN+n9yd1ptQ+rqiES/JR189A=";
  };

  nativeBuildInputs = [