tfenv: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm
2026-05-07 04:18:55 +00:00
parent 980e0fe75a
commit 48bc1b2ec6
+2 -2
View File
@@ -16,13 +16,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
__structuredAttrs = true;
pname = "tfenv";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "tfutils";
repo = "tfenv";
rev = "v${finalAttrs.version}";
hash = "sha256-bwY5QEXugogNrStT859lNOkPoQ+n3BQZGexErxl5nco=";
hash = "sha256-okFPGBZgKgkwxdou9RiERHphzBr5vQQsidoNzEWT7IM=";
};
nativeBuildInputs = [ makeWrapper ];