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

Merge pull request #313191 from r-ryantm/auto-update/tenv

tenv: 1.11.0 -> 1.11.2
parents 4abe5f8c 498dd425
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "tenv";
  version = "1.11.0";
  version = "1.11.2";

  src = fetchFromGitHub {
    owner = "tofuutils";
    repo = "tenv";
    rev = "v${version}";
    hash = "sha256-LjgcI3E6K6b8fca9HdLyyIJJMHFxRtHdvWQb19jFHpA=";
    hash = "sha256-HlAnCmkMLtQWv63BW0pUns76AylZ1RcKN3D6qpMRo5w=";
  };

  vendorHash = "sha256-teog4VJGDOYsABuE2/fvOtcWvC8mM36rJQI6KZb3eS8=";