Commit 891696a5 authored by R. RyanTM's avatar R. RyanTM
Browse files

pyenv: 2.6.12 -> 2.6.13

parent 1786e50c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "pyenv";
  version = "2.6.12";
  version = "2.6.13";

  src = fetchFromGitHub {
    owner = "pyenv";
    repo = "pyenv";
    tag = "v${version}";
    hash = "sha256-oGhdODWjE1FFcFdKUMAznUQ7kdWZMJ2M/ssBOEd+Ce0=";
    hash = "sha256-VsVVdIjM7sknimEUeeBO8rU8khS9tk3xoAfiwXK+qQo=";
  };

  nativeBuildInputs = [