Commit 76e76593 authored by R. RyanTM's avatar R. RyanTM
Browse files

tfenv: 3.0.0 -> 3.2.1

parent 1997c5f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  __structuredAttrs = true;

  pname = "tfenv";
  version = "3.0.0";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "tfutils";
    repo = "tfenv";
    rev = "v${finalAttrs.version}";
    hash = "sha256-2Fpaj/UQDE7PNFX9GNr4tygvKmm/X0yWVVerJ+Y6eks=";
    hash = "sha256-bwY5QEXugogNrStT859lNOkPoQ+n3BQZGexErxl5nco=";
  };

  nativeBuildInputs = [ makeWrapper ];